Changeset 47122 for trunk/src/wp-includes/template.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/template.php
r46391 r47122 429 429 430 430 if ( ! $pagename && $id ) { 431 // If a static page is set as the front page, $pagename will not be set. Retrieve it from the queried object 431 // If a static page is set as the front page, $pagename will not be set. 432 // Retrieve it from the queried object. 432 433 $post = get_queried_object(); 433 434 if ( $post ) {
Note: See TracChangeset
for help on using the changeset viewer.