Changeset 13854 for trunk/wp-includes/classes.php
- Timestamp:
- 03/28/2010 02:07:31 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/classes.php
r13830 r13854 1439 1439 $cat_name = esc_attr( $category->name); 1440 1440 $cat_name = apply_filters( 'list_cats', $cat_name, $category ); 1441 $link = '<a href="' . get_ category_link( $category->term_id) . '" ';1441 $link = '<a href="' . get_term_link( $category, $category->taxonomy ) . '" '; 1442 1442 if ( $use_desc_for_title == 0 || empty($category->description) ) 1443 1443 $link .= 'title="' . sprintf(__( 'View all posts filed under %s' ), $cat_name) . '"';
Note: See TracChangeset
for help on using the changeset viewer.