Make WordPress Core


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

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

File:
1 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() );
Note: See TracChangeset for help on using the changeset viewer.