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/twentyten/tag.php

    r45932 r47122  
    2020                </h1>
    2121
    22 <?php
    23 /*
    24  * Run the loop for the tag archive to output the posts
    25  * If you want to overload this in a child theme then include a file
    26  * called loop-tag.php and that will be used instead.
    27  */
    28 get_template_part( 'loop', 'tag' );
    29 ?>
     22                <?php
     23                /*
     24                * Run the loop for the tag archive to output the posts
     25                * If you want to overload this in a child theme then include a file
     26                * called loop-tag.php and that will be used instead.
     27                */
     28                get_template_part( 'loop', 'tag' );
     29                ?>
    3030            </div><!-- #content -->
    3131        </div><!-- #container -->
Note: See TracChangeset for help on using the changeset viewer.