Changeset 24377 for trunk/wp-admin/includes/template.php
- Timestamp:
- 05/28/2013 03:29:15 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r24187 r24377 35 35 } 36 36 37 function start_el( &$output, $category, $depth , $args, $id = 0 ) {37 function start_el( &$output, $category, $depth = 0, $args = array(), $id = 0 ) { 38 38 extract($args); 39 39 if ( empty($taxonomy) )
Note: See TracChangeset
for help on using the changeset viewer.