From 1b5577f8467326e8c8e36acddbbf0c4172d69ffd Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 3 Oct 2006 15:46:45 +0000 Subject: [PATCH] more-link css class. Props Viper007Bond. fixes #3009 git-svn-id: http://svn.automattic.com/wordpress/trunk@4278 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 f0d1eab56..7f849167b 100644 --- a/wp-includes/post-template.php +++ b/wp-includes/post-template.php @@ -99,7 +99,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"; } }