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