Changeset 1940 for trunk/wp-includes/template-functions-category.php
- Timestamp:
- 12/12/2004 08:41:19 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/template-functions-category.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-category.php
r1931 r1940 357 357 $link = '<a href="'.get_category_link(0, $category->cat_ID, $category->category_nicename).'" '; 358 358 if ($use_desc_for_title == 0 || empty($category->category_description)) { 359 $link .= 'title="'. sprintf(__("View all posts filed under %s"), htmlspecialchars($category->cat_name)) . '"';359 $link .= 'title="'. sprintf(__("View all posts filed under %s"), wp_specialchars($category->cat_name)) . '"'; 360 360 } else { 361 $link .= 'title="' . htmlspecialchars($category->category_description) . '"';361 $link .= 'title="' . wp_specialchars($category->category_description) . '"'; 362 362 } 363 363 $link .= '>';
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)