diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php index a8855e859f..35c374e9e1 100644 --- a/wp-includes/post-template.php +++ b/wp-includes/post-template.php @@ -222,9 +222,9 @@ function get_the_content($more_link_text = null, $stripteaser = 0, $more_file = if ( $more ) { $output .= '' . $content[1]; } else { - $output = balanceTags($output); if ( ! empty($more_link_text) ) $output .= apply_filters( 'the_content_more_link', ' $more_link_text", $more_link_text ); + $output = force_balance_tags($output); } }