Changeset 4564
- Timestamp:
- 12/01/2006 12:38:25 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/classes.php
r4495 r4564 431 431 $cb_args = array_merge( array($output, $depth - 1), $args); 432 432 $output = call_user_func_array(array(&$this, 'start_lvl'), $cb_args); 433 } else { // If we've reached depth, end the previous element. 434 $cb_args = array_merge( array($output, $previous_element, $depth - 1), $args); 435 $output = call_user_func_array(array(&$this, 'end_el'), $cb_args); 433 436 } 434 437 } else if ( $element->$parent_field == $previous_element->$parent_field) {
Note: See TracChangeset
for help on using the changeset viewer.