Changeset 44276 for trunk/src/wp-includes/class-wp-query.php
- Timestamp:
- 12/17/2018 07:28:49 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43940
- Property svn:mergeinfo changed
-
trunk/src/wp-includes/class-wp-query.php
r43582 r44276 4165 4165 $content = str_replace( "<!--nextpage-->\n", '<!--nextpage-->', $content ); 4166 4166 4167 // Remove the nextpage block delimiters, to avoid invalid block structures in the split content. 4168 $content = str_replace( '<!-- wp:nextpage -->', '', $content ); 4169 $content = str_replace( '<!-- /wp:nextpage -->', '', $content ); 4170 4167 4171 // Ignore nextpage at the beginning of the content. 4168 4172 if ( 0 === strpos( $content, '<!--nextpage-->' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.