Changeset 9166
- Timestamp:
- 10/08/2019 05:55:16 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/walker.php
r7758 r9166 27 27 * @param array $elements An array of elements. 28 28 * @param int $max_depth The maximum hierarchical depth. 29 * @param mixed ...$args Optional additional arguments. 29 30 * @return string The hierarchical item output. 30 31 */ 31 public function walk( $elements, $max_depth ) { 32 $args = array_slice( func_get_args(), 2 ); 32 public function walk( $elements, $max_depth, ...$args ) { 33 33 $output = ''; 34 34
Note: See TracChangeset
for help on using the changeset viewer.