Fix typo. Props filosofo.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14787 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a35791a4ae
commit
d83dcfc920
|
@ -19,7 +19,7 @@
|
||||||
<?php
|
<?php
|
||||||
$category_description = category_description();
|
$category_description = category_description();
|
||||||
if ( ! empty( $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.
|
/* 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
|
* If you want to overload this in a child theme then include a file
|
||||||
|
|
Loading…
Reference in New Issue