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:
parent
9071bdef45
commit
d61f1f5ce2
@ -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' );
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user