diff --git a/wp-includes/template-functions-post.php b/wp-includes/template-functions-post.php index bad88ad774..ccd8cd6173 100644 --- a/wp-includes/template-functions-post.php +++ b/wp-includes/template-functions-post.php @@ -114,7 +114,7 @@ function get_the_content($more_link_text = '(more...)', $stripteaser = 0, $more_ $file = $pagenow; //$_SERVER['PHP_SELF']; } $content = $pages[$page-1]; - $content = explode('', $content); + $content = explode('', $content, 2); if ((preg_match('//', $post->post_content) && ((!$multipage) || ($page==1)))) $stripteaser = 1; $teaser = $content[0];