Modified continue reading link

This commit is contained in:
Scott Walkinshaw
2011-03-27 16:48:06 -04:00
parent 910c7d14dd
commit f3d4836e13

View File

@@ -293,7 +293,7 @@ function roots_excerpt_length($length) {
} }
function roots_continue_reading_link() { function roots_continue_reading_link() {
return ' <a href="' . get_permalink() . '">' . __( 'Continue&hellip;', 'roots' ) . '</a>'; return ' <a href="' . get_permalink() . '">' . __( 'Continued', 'roots' ) . '</a>';
} }
function roots_auto_excerpt_more($more) { function roots_auto_excerpt_more($more) {