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-content/themes/twentyfourteen/page-templates/contributors.php

    r45209 r47122  
    2222                <div id="content" class="site-content" role="main">
    2323                        <?php
    24                                 // Start the Loop.
     24                        // Start the Loop.
    2525                        while ( have_posts() ) :
    2626                                the_post();
Note: See TracChangeset for help on using the changeset viewer.