Ticket #19112: 19112.patch
| File 19112.patch, 764 bytes (added by ramiy, 19 months ago) |
|---|
-
category-template.php
834 834 $cat_name = apply_filters( 'list_cats', $cat_name, $category ); 835 835 $link = '<a href="' . esc_attr( get_term_link($category) ) . '" '; 836 836 if ( $use_desc_for_title == 0 || empty($category->description) ) 837 $link .= 'title="' . esc_attr( sprintf(__( 'View all posts filed under%s' ), $cat_name) ) . '"';837 $link .= 'title="' . esc_attr( sprintf(__( 'View all posts in %s' ), $cat_name) ) . '"'; 838 838 else 839 839 $link .= 'title="' . esc_attr( strip_tags( apply_filters( 'category_description', $category->description, $category ) ) ) . '"'; 840 840 $link .= '>';
