Changeset 4723 for trunk/wp-includes/classes.php
- Timestamp:
- 01/12/2007 03:54:22 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/classes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/classes.php
r4656 r4723 499 499 } 500 500 501 function start_el($output, $page, $depth, $current_page, $ show_date, $date_format) {501 function start_el($output, $page, $depth, $current_page, $args) { 502 502 if ( $depth ) 503 503 $indent = str_repeat("\t", $depth); 504 504 extract($args); 505 505 $css_class = 'page_item'; 506 506 $_current_page = get_page( $current_page );
Note: See TracChangeset
for help on using the changeset viewer.