Ticket #21894: fix_more_setup_postdata_21852.diff
| File fix_more_setup_postdata_21852.diff, 480 bytes (added by jeremyclarke, 8 months ago) |
|---|
-
wp-includes/query.php
3605 3605 $page = get_query_var('page'); 3606 3606 if ( !$page ) 3607 3607 $page = 1; 3608 if ( is_single() || is_page() || is_feed() ) 3608 $more = false; 3609 if ( is_single($id) || is_page($id) || is_feed() ) 3609 3610 $more = 1; 3610 3611 $content = $post->post_content; 3611 3612 if ( strpos( $content, '<!--nextpage-->' ) ) {
