Changeset 51779 for trunk/src/wp-includes/class-wp-walker.php
- Timestamp:
- 09/09/2021 12:38:36 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-walker.php
r51739 r51779 91 91 * @param int $depth Depth of the item. 92 92 * @param array $args An array of additional arguments. 93 * @param int $current_object_id ID of the current item.93 * @param int $current_object_id Optional. ID of the current item. Default 0. 94 94 */ 95 95 public function start_el( &$output, $data_object, $depth = 0, $args = array(), $current_object_id = 0 ) {}
Note: See TracChangeset
for help on using the changeset viewer.