Ticket #16746: 16746.patch
File 16746.patch, 512 bytes (added by , 10 years ago) |
---|
-
wp-includes/query.php
### Eclipse Workspace Patch 1.0 #P wordpress
3502 3502 if ( is_single() || is_page() || is_feed() ) 3503 3503 $more = 1; 3504 3504 $content = $post->post_content; 3505 if ( strpos( $content, '<!--nextpage-->' ) ) {3505 if ( false !== strpos( $content, '<!--nextpage-->' ) ) { 3506 3506 if ( $page > 1 ) 3507 3507 $more = 1; 3508 3508 $multipage = 1;