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/twentyfifteen/index.php

    r44496 r47122  
    3434
    3535                /*
    36                  * Include the Post-Format-specific template for the content.
    37                  * If you want to override this in a child theme, then include a file
    38                  * called content-___.php (where ___ is the Post Format name) and that will be used instead.
     36                 * Include the post format-specific template for the content. If you want
     37                 * to use this in a child theme, then include a file called content-___.php
     38                 * (where ___ is the post format) and that will be used instead.
    3939                 */
    4040                get_template_part( 'content', get_post_format() );
Note: See TracChangeset for help on using the changeset viewer.