mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-10 23:54:33 +00:00
Fix typo. Props filosofo.
git-svn-id: https://develop.svn.wordpress.org/trunk@14787 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<?php
|
||||
$category_description = category_description();
|
||||
if ( ! empty( $category_description ) )
|
||||
echo '<div class="archive-meta">' . $categorydesc . '</div>';
|
||||
echo '<div class="archive-meta">' . $category_description . '</div>';
|
||||
|
||||
/* Run the loop for the category page to output the posts.
|
||||
* If you want to overload this in a child theme then include a file
|
||||
|
||||
Reference in New Issue
Block a user