From 7941b7160acf03f0e5747576c0b8474f20f277c2 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 18 Sep 2007 16:44:35 +0000 Subject: [PATCH] Revert rename of more-link class. Props foolswisdom. fixes #4999 git-svn-id: https://develop.svn.wordpress.org/trunk@6128 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/post-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php index 4a2c4a277a..ddb0a85c0d 100644 --- a/wp-includes/post-template.php +++ b/wp-includes/post-template.php @@ -102,7 +102,7 @@ function get_the_content($more_link_text = '(more...)', $stripteaser = 0, $more_ } else { $output = balanceTags($output); if ( ! empty($more_link_text) ) - $output .= ' ' . $more_link_text . ''; + $output .= ' $more_link_text"; } }