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

git-svn-id: http://svn.automattic.com/wordpress/trunk@16727 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-12-05 02:18:07 +00:00
parent 0e29723f63
commit 2955ecbc55
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' );
?>