Changeset 55703 for trunk/src/wp-includes/class-wp-query.php
- Timestamp:
- 05/02/2023 03:43:03 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r55642 r55703 4758 4758 4759 4759 // Ignore nextpage at the beginning of the content. 4760 if ( 0 === strpos( $content, '<!--nextpage-->' ) ) {4760 if ( str_starts_with( $content, '<!--nextpage-->' ) ) { 4761 4761 $content = substr( $content, 15 ); 4762 4762 }
Note: See TracChangeset
for help on using the changeset viewer.