Changeset 46088 for trunk/src/wp-includes/class-walker-category.php
- Timestamp:
- 09/10/2019 07:22:07 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-walker-category.php
r45932 r46088 98 98 public function start_el( &$output, $category, $depth = 0, $args = array(), $id = 0 ) { 99 99 /** This filter is documented in wp-includes/category-template.php */ 100 $cat_name = apply_filters( 101 'list_cats', 102 esc_attr( $category->name ), 103 $category 104 ); 100 $cat_name = apply_filters( 'list_cats', esc_attr( $category->name ), $category ); 105 101 106 102 // Don't generate an element if the category name is empty.
Note: See TracChangeset
for help on using the changeset viewer.