- Timestamp:
- 09/14/2023 12:44:23 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-walker-category-dropdown.php
r52652 r56586 60 60 // Restores the more descriptive, specific name for use within this method. 61 61 $category = $data_object; 62 $pad = str_repeat( ' ', $depth * 3 ); 62 63 $pad = str_repeat( ' ', $depth * 3 ); 63 64 64 65 /** This filter is documented in wp-includes/category-template.php */
Note: See TracChangeset
for help on using the changeset viewer.