Changeset 61315 for trunk/src/wp-content/themes/twentyeleven/category.php
- Timestamp:
- 11/27/2025 11:11:57 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/category.php
r53875 r61315 31 31 * @since Twenty Eleven 1.0 32 32 * 33 * @param string The default category description HTML.33 * @param string $html The default category description HTML. 34 34 */ 35 35 echo apply_filters( 'category_archive_meta', '<div class="category-archive-meta">' . $category_description . '</div>' );
Note: See TracChangeset
for help on using the changeset viewer.