From 2955ecbc553826949683e98af43fe4b7197a0be2 Mon Sep 17 00:00:00 2001 From: nacin Date: Sun, 5 Dec 2010 02:18:07 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyten/archive.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentyten/archive.php b/wp-content/themes/twentyten/archive.php index b3464ae89..0707e1864 100644 --- a/wp-content/themes/twentyten/archive.php +++ b/wp-content/themes/twentyten/archive.php @@ -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' ); ?>