Make WordPress Core

Changeset 16727


Ignore:
Timestamp:
12/05/2010 02:18:07 AM (14 years ago)
Author:
nacin
Message:

Fix typo in TT loop.php. props wpcanyon, markmcwilliams. fixes #15537.

File:
1 edited

Legend:

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

    r16480 r16727  
    5050    /* Run the loop for the archives page to output the posts.
    5151     * If you want to overload this in a child theme then include a file
    52      * called loop-archives.php and that will be used instead.
     52     * called loop-archive.php and that will be used instead.
    5353     */
    5454     get_template_part( 'loop', 'archive' );
Note: See TracChangeset for help on using the changeset viewer.