From e9fab607a0d558b8eceb3a755a16fc20c971639e Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 23 Feb 2007 01:15:51 +0000 Subject: [PATCH] Change more from anchor to span for proper validation. Props coolmann and rob1n. fixes #3530 git-svn-id: http://svn.automattic.com/wordpress/trunk@4925 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 7a22c3ed4c..efdc0383a1 100644 --- a/wp-includes/post-template.php +++ b/wp-includes/post-template.php @@ -95,7 +95,7 @@ function get_the_content($more_link_text = '(more...)', $stripteaser = 0, $more_ $output .= $teaser; if ( count($content) > 1 ) { if ( $more ) { - $output .= ''.$content[1]; + $output .= ''.$content[1]; } else { $output = balanceTags($output); if ( ! empty($more_link_text) )