Changeset 1375
- Timestamp:
- 05/31/2004 10:09:38 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-category.php
r1368 r1375 352 352 } 353 353 $link .= '>'; 354 $link .= stripslashes($category->cat_name).'</a>';354 $link .= apply_filters('list_cats', stripslashes($category->cat_name)).'</a>'; 355 355 356 356 if ( (! empty($feed_image)) || (! empty($feed)) ) {
Note: See TracChangeset
for help on using the changeset viewer.