Changeset 35926
- Timestamp:
- 12/14/2015 05:46:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-walker-category-dropdown.php
r34417 r35926 42 42 * @param array $args Uses 'selected', 'show_count', and 'value_field' keys, if they exist. 43 43 * See {@see wp_dropdown_categories()}. 44 * @param int $id Optional. ID of the current category. Default 0 (unused). 44 45 */ 45 46 public function start_el( &$output, $category, $depth = 0, $args = array(), $id = 0 ) {
Note: See TracChangeset
for help on using the changeset viewer.