Changeset 24377 for trunk/wp-includes/class-wp-walker.php
- Timestamp:
- 05/28/2013 03:29:15 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-walker.php
r24126 r24377 81 81 * @param string $output Passed by reference. Used to append additional content. 82 82 */ 83 function start_el( &$output, $object, $depth , $args, $current_object_id = 0 ) {}83 function start_el( &$output, $object, $depth = 0, $args = array(), $current_object_id = 0 ) {} 84 84 85 85 /**
Note: See TracChangeset
for help on using the changeset viewer.