From 08ca04f0689c4f8e9dc2e4d7253ac0b1ebe9ec23 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 3 Oct 2006 15:46:45 +0000 Subject: [PATCH] more-link css class. Props Viper007Bond. fixes #3009 git-svn-id: https://develop.svn.wordpress.org/trunk@4278 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 f0d1eab562..7f849167bf 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"; } }