From f3d4836e13faac299720ed20395664f3340ae206 Mon Sep 17 00:00:00 2001 From: Scott Walkinshaw Date: Sun, 27 Mar 2011 16:48:06 -0400 Subject: [PATCH] Modified continue reading link --- includes/roots-cleanup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/roots-cleanup.php b/includes/roots-cleanup.php index dee430d..9357060 100644 --- a/includes/roots-cleanup.php +++ b/includes/roots-cleanup.php @@ -293,7 +293,7 @@ function roots_excerpt_length($length) { } function roots_continue_reading_link() { - return ' ' . __( 'Continue…', 'roots' ) . ''; + return ' ' . __( 'Continued', 'roots' ) . ''; } function roots_auto_excerpt_more($more) {