Changeset 5708 for trunk/wp-includes/classes.php
- Timestamp:
- 06/14/2007 10:45:40 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/classes.php
r5700 r5708 507 507 if ( $depth ) 508 508 $indent = str_repeat("\t", $depth); 509 extract($args );509 extract($args, EXTR_SKIP); 510 510 $css_class = 'page_item'; 511 511 $_current_page = get_page( $current_page ); … … 695 695 696 696 $r = wp_parse_args( $args, $defaults ); 697 extract( $r );697 extract( $r, EXTR_SKIP ); 698 698 699 699 if ( is_wp_error($id) ) {
Note: See TracChangeset
for help on using the changeset viewer.