Make WordPress Core

Changeset 17819


Ignore:
Timestamp:
05/06/2011 05:58:41 PM (13 years ago)
Author:
iandstewart
Message:

Twenty Eleven: correct typo in inline documentation props markmcwilliams; See #17198

Location:
trunk/wp-content/themes/twentyeleven
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyeleven/archive.php

    r17802 r17819  
    5959                        /* Include the Post-Format-specific template for the content.
    6060                         * If you want to overload this in a child theme then include a file
    61                          * called loop-___.php (where ___ is the Post Format name) and that will be used instead.
     61                         * called content-___.php (where ___ is the Post Format name) and that will be used instead.
    6262                         */
    6363                        get_template_part( 'content', get_post_format() );
  • trunk/wp-content/themes/twentyeleven/author.php

    r17802 r17819  
    5858                        /* Include the Post-Format-specific template for the content.
    5959                         * If you want to overload this in a child theme then include a file
    60                          * called loop-___.php (where ___ is the Post Format name) and that will be used instead.
     60                         * called content-___.php (where ___ is the Post Format name) and that will be used instead.
    6161                         */
    6262                        get_template_part( 'content', get_post_format() );
  • trunk/wp-content/themes/twentyeleven/category.php

    r17802 r17819  
    2929                        /* Include the Post-Format-specific template for the content.
    3030                         * If you want to overload this in a child theme then include a file
    31                          * called loop-___.php (where ___ is the Post Format name) and that will be used instead.
     31                         * called content-___.php (where ___ is the Post Format name) and that will be used instead.
    3232                         */
    3333                        get_template_part( 'content', get_post_format() );
  • trunk/wp-content/themes/twentyeleven/search.php

    r17802 r17819  
    2727                        /* Include the Post-Format-specific template for the content.
    2828                         * If you want to overload this in a child theme then include a file
    29                          * called loop-___.php (where ___ is the Post Format name) and that will be used instead.
     29                         * called content-___.php (where ___ is the Post Format name) and that will be used instead.
    3030                         */
    3131                        get_template_part( 'content', get_post_format() );
  • trunk/wp-content/themes/twentyeleven/tag.php

    r17802 r17819  
    3131                        /* Include the Post-Format-specific template for the content.
    3232                         * If you want to overload this in a child theme then include a file
    33                          * called loop-___.php (where ___ is the Post Format name) and that will be used instead.
     33                         * called content-___.php (where ___ is the Post Format name) and that will be used instead.
    3434                         */
    3535                        get_template_part( 'content', get_post_format() );
Note: See TracChangeset for help on using the changeset viewer.