Changeset 44612 for trunk/src/wp-includes/bookmark-template.php
- Timestamp:
- 01/16/2019 05:28:56 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/bookmark-template.php
r43571 r44612 267 267 ); 268 268 /** 269 * Filters the bookmarkscategory name.269 * Filters the category name. 270 270 * 271 271 * @since 2.2.0 272 272 * 273 * @param string $cat_name The category name of bookmarks.273 * @param string $cat_name The category name. 274 274 */ 275 275 $catname = apply_filters( 'link_category', $cat->name );
Note: See TracChangeset
for help on using the changeset viewer.