Changeset 37518 for trunk/src/wp-includes/class-walker-category.php
- Timestamp:
- 05/22/2016 06:49:05 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-walker-category.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-walker-category.php
r37047 r37518 112 112 if ( $args['use_desc_for_title'] && ! empty( $category->description ) ) { 113 113 /** 114 * Filter the category description for display.114 * Filters the category description for display. 115 115 * 116 116 * @since 1.2.0 … … 190 190 191 191 /** 192 * Filter the list of CSS classes to include with each category in the list.192 * Filters the list of CSS classes to include with each category in the list. 193 193 * 194 194 * @since 4.2.0
Note: See TracChangeset
for help on using the changeset viewer.