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' ); ?>