Changeset 43940
- Timestamp:
- 11/23/2018 12:41:56 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/class-wp-query.php
r42597 r43940 4001 4001 $content = str_replace( "<!--nextpage-->\n", '<!--nextpage-->', $content ); 4002 4002 4003 // Remove the nextpage block delimiters, to avoid invalid block structures in the split content. 4004 $content = str_replace( '<!-- wp:nextpage -->', '', $content ); 4005 $content = str_replace( '<!-- /wp:nextpage -->', '', $content ); 4006 4003 4007 // Ignore nextpage at the beginning of the content. 4004 4008 if ( 0 === strpos( $content, '<!--nextpage-->' ) )
Note: See TracChangeset
for help on using the changeset viewer.