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/twentyten/author.php

    r46088 r47122  
    6666<?php
    6767    /*
    68      * Since we called the_post() above, we need to
    69      * rewind the loop back to the beginning that way
    70      * we can run the loop properly, in full.
     68     * Since we called the_post() above, we need
     69     * to rewind the loop back to the beginning.
     70     * That way we can run the loop properly, in full.
    7171     */
    7272    rewind_posts();
Note: See TracChangeset for help on using the changeset viewer.