Make WordPress Core


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

    r45932 r47122  
    4141                                <?php twentyeleven_content_nav( 'nav-above' ); ?>
    4242
    43                                 <?php /* Start the Loop */ ?>
    4443                                <?php
     44                                // Start the Loop.
    4545                                while ( have_posts() ) :
    4646                                        the_post();
     
    4848
    4949                                        <?php
    50                                                 /* Include the Post-Format-specific template for the content.
     50                                                /*
     51                                                 * Include the Post-Format-specific template for the content.
    5152                                                 * If you want to overload this in a child theme then include a file
    52                                                  * called content-___.php (where ___ is the Post Format name) and that will be used instead.
     53                                                 * called content-___.php (where ___ is the Post Format name) and that
     54                                                 * will be used instead.
    5355                                                 */
    5456                                                get_template_part( 'content', get_post_format() );
Note: See TracChangeset for help on using the changeset viewer.