From 4ff1f542b81f9fff8c6d2eab4029b6538d520047 Mon Sep 17 00:00:00 2001 From: Ryan Boren 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: https://develop.svn.wordpress.org/trunk@4925 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 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) )