mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
git-svn-id: https://develop.svn.wordpress.org/trunk@8754 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1752,7 +1752,7 @@ function setup_postdata($post) {
|
||||
if ( is_single() || is_page() || is_feed() )
|
||||
$more = 1;
|
||||
$content = $post->post_content;
|
||||
if ( preg_match('/<!--nextpage-->/', $content) ) {
|
||||
if ( strpos( $content, '<!--nextpage-->' ) ) {
|
||||
if ( $page > 1 )
|
||||
$more = 1;
|
||||
$multipage = 1;
|
||||
|
||||
Reference in New Issue
Block a user