Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve inline comments per the documentation standards.

Includes minor code layout fixes for better readability.

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/template.php

    r46391 r47122  
    429429
    430430    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.
    432433        $post = get_queried_object();
    433434        if ( $post ) {
Note: See TracChangeset for help on using the changeset viewer.