Make WordPress Core


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

    r45932 r47122  
    2121        <?php if ( have_posts() ) : ?>
    2222
    23             <?php /* Start the Loop */ ?>
    2423            <?php
     24            // Start the Loop.
    2525            while ( have_posts() ) :
    2626                the_post();
     
    6464                    <?php get_search_form(); ?>
    6565                </div><!-- .entry-content -->
    66             <?php endif; // end current_user_can() check ?>
     66            <?php endif; // End current_user_can() check. ?>
    6767
    6868            </article><!-- #post-0 -->
    6969
    70         <?php endif; // end have_posts() check ?>
     70        <?php endif; // End have_posts() check. ?>
    7171
    7272        </div><!-- #content -->
Note: See TracChangeset for help on using the changeset viewer.