Changeset 44612 for trunk/src/wp-links-opml.php
- Timestamp:
- 01/16/2019 05:28:56 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-links-opml.php
r43571 r44612 64 64 65 65 foreach ( (array) $cats as $cat ) : 66 /** 67 * Filters the OPML outline link category name. 68 * 69 * @since 2.2.0 70 * 71 * @param string $catname The OPML outline category name. 72 */ 66 /** This filter is documented in wp-includes/bookmark-template.php */ 73 67 $catname = apply_filters( 'link_category', $cat->name ); 74 68
Note: See TracChangeset
for help on using the changeset viewer.