Changeset 48114 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 06/21/2020 10:34:35 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r48060 r48114 283 283 } 284 284 285 if ( null === $post ) { 285 // Use the globals if the $post parameter was not specified, 286 // but only after they have been set up in setup_postdata(). 287 if ( null === $post && did_action( 'the_post' ) ) { 286 288 $elements = compact( 'page', 'more', 'preview', 'pages', 'multipage' ); 287 289 } else {
Note: See TracChangeset
for help on using the changeset viewer.