Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (4 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/archive.php

    r45932 r47122  
    5050<?php
    5151    /*
    52      * Since we called the_post() above, we need to
    53      * rewind the loop back to the beginning that way
    54      * we can run the loop properly, in full.
     52     * Since we called the_post() above, we need
     53     * to rewind the loop back to the beginning.
     54     * That way we can run the loop properly, in full.
    5555     */
    5656    rewind_posts();
Note: See TracChangeset for help on using the changeset viewer.