Changeset 46080 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 09/07/2019 07:32:42 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r46079 r46080 283 283 } 284 284 285 if ( null === $post && in_the_loop()) {285 if ( null === $post ) { 286 286 $elements = compact( 'page', 'more', 'preview', 'pages', 'multipage' ); 287 287 } else {
Note: See TracChangeset
for help on using the changeset viewer.