Changeset 11239
- Timestamp:
- 05/08/2009 01:47:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/classes.php
r11204 r11239 1332 1332 $link .= 'title="' . sprintf(__( 'View all posts filed under %s' ), $cat_name) . '"'; 1333 1333 else 1334 $link .= 'title="' . esc_attr( apply_filters( 'category_description', $category->description, $category )) . '"';1334 $link .= 'title="' . esc_attr( strip_tags( apply_filters( 'category_description', $category->description, $category ) ) ) . '"'; 1335 1335 $link .= '>'; 1336 1336 $link .= $cat_name . '</a>';
Note: See TracChangeset
for help on using the changeset viewer.