Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (5 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-content/themes/twentyfourteen/author.php

    r45932 r47122  
    4040                <?php
    4141                    /*
    42                      * Since we called the_post() above, we need to rewind
    43                      * the loop back to the beginning that way we can run
    44                      * the loop properly, in full.
     42                     * Since we called the_post() above, we need
     43                     * to rewind the loop back to the beginning.
     44                     * That way we can run the loop properly, in full.
    4545                     */
    4646                    rewind_posts();
    4747
    48                     // Start the Loop.
     48                // Start the Loop.
    4949                while ( have_posts() ) :
    5050                    the_post();
    5151
    5252                    /*
    53                      * Include the post format-specific template for the content. If you want to
    54                      * use this in a child theme, then include a file called content-___.php
     53                     * Include the post format-specific template for the content. If you want
     54                     * to use this in a child theme, then include a file called content-___.php
    5555                     * (where ___ is the post format) and that will be used instead.
    5656                     */
Note: See TracChangeset for help on using the changeset viewer.