Make WordPress Core


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

    r45932 r47122  
    4040                <?php twentyeleven_content_nav( 'nav-above' ); ?>
    4141
    42                 <?php /* Start the Loop */ ?>
    4342                <?php
     43                // Start the Loop.
    4444                while ( have_posts() ) :
    4545                    the_post();
     
    5050                         * Include the Post-Format-specific template for the content.
    5151                         * 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.
     52                         * called content-___.php (where ___ is the Post Format name) and that
     53                         * will be used instead.
    5354                         */
    5455                        get_template_part( 'content', get_post_format() );
Note: See TracChangeset for help on using the changeset viewer.