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

git-svn-id: https://develop.svn.wordpress.org/trunk@16727 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-12-05 02:18:07 +00:00
parent 9071bdef45
commit d61f1f5ce2
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ get_header(); ?>
/* Run the loop for the archives page to output the posts.
* If you want to overload this in a child theme then include a file
* called loop-archives.php and that will be used instead.
* called loop-archive.php and that will be used instead.
*/
get_template_part( 'loop', 'archive' );
?>