Changeset 56192 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 07/10/2023 10:46:22 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r55988 r56192 286 286 } 287 287 288 // Use the globals if the $post parameter was not specified, 289 // but only after they have been set up in setup_postdata(). 288 /* 289 * Use the globals if the $post parameter was not specified, 290 * but only after they have been set up in setup_postdata(). 291 */ 290 292 if ( null === $post && did_action( 'the_post' ) ) { 291 293 $elements = compact( 'page', 'more', 'preview', 'pages', 'multipage' );
Note: See TracChangeset
for help on using the changeset viewer.