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/twentytwelve/search.php

    r45932 r47122  
    2626            <?php twentytwelve_content_nav( 'nav-above' ); ?>
    2727
    28             <?php /* Start the Loop */ ?>
    2928            <?php
     29            // Start the Loop.
    3030            while ( have_posts() ) :
    3131                the_post();
Note: See TracChangeset for help on using the changeset viewer.