Changeset 14787
- Timestamp:
- 05/21/2010 07:01:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/category.php
r14708 r14787 20 20 $category_description = category_description(); 21 21 if ( ! empty( $category_description ) ) 22 echo '<div class="archive-meta">' . $category desc. '</div>';22 echo '<div class="archive-meta">' . $category_description . '</div>'; 23 23 24 24 /* Run the loop for the category page to output the posts.
Note: See TracChangeset
for help on using the changeset viewer.