Make WordPress Core

Ticket #17198: 17198.docs.diff

File 17198.docs.diff, 3.4 KB (added by markmcwilliams, 12 years ago)
  • wp-content/themes/twentyeleven/archive.php

     
    5858                                        <?php
    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() );
    6464                                        ?>
  • wp-content/themes/twentyeleven/author.php

     
    5757                                        <?php
    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() );
    6363                                        ?>
  • wp-content/themes/twentyeleven/category.php

     
    2828                                        <?php
    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() );
    3434                                        ?>
  • wp-content/themes/twentyeleven/search.php

     
    2626                                        <?php
    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() );
    3232                                        ?>
  • wp-content/themes/twentyeleven/tag.php

     
    3030                                        <?php
    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() );
    3636                                        ?>