Changeset 53157 for trunk/src/wp-includes/blocks/post-content.php
- Timestamp:
- 04/12/2022 03:10:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/post-content.php
r52551 r53157 46 46 // so that `the_preview` for the current post can apply. 47 47 // We force this behavior by omitting the third argument (post ID) from the `get_the_content`. 48 $content = get_the_content( null, false);48 $content = get_the_content(); 49 49 // Check for nextpage to display page links for paginated posts. 50 50 if ( has_block( 'core/nextpage' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.