Changeset 56194 for trunk/src/wp-includes/template.php
- Timestamp:
- 07/10/2023 11:09:16 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/template.php
r55988 r56194 471 471 472 472 if ( ! $pagename && $id ) { 473 // If a static page is set as the front page, $pagename will not be set. 474 // Retrieve it from the queried object. 473 /* 474 * If a static page is set as the front page, $pagename will not be set. 475 * Retrieve it from the queried object. 476 */ 475 477 $post = get_queried_object(); 476 478 if ( $post ) {
Note: See TracChangeset
for help on using the changeset viewer.