- Timestamp:
- 10/17/2020 04:03:58 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-walker-category-dropdown.php
r42343 r49183 48 48 * @see Walker::start_el() 49 49 * 50 * @param string $output Used to append additional content (passed by reference).51 * @param object$category Category data object.52 * @param int $depth Depth of category. Used for padding.53 * @param array $args Uses 'selected', 'show_count', and 'value_field' keys, if they exist.54 * See wp_dropdown_categories().55 * @param int $id Optional. ID of the current category. Default 0 (unused).50 * @param string $output Used to append additional content (passed by reference). 51 * @param WP_Term $category Category data object. 52 * @param int $depth Depth of category. Used for padding. 53 * @param array $args Uses 'selected', 'show_count', and 'value_field' keys, if they exist. 54 * See wp_dropdown_categories(). 55 * @param int $id Optional. ID of the current category. Default 0 (unused). 56 56 */ 57 57 public function start_el( &$output, $category, $depth = 0, $args = array(), $id = 0 ) {
Note: See TracChangeset
for help on using the changeset viewer.