Changeset 24377 for trunk/wp-includes/category-template.php
- Timestamp:
- 05/28/2013 03:29:15 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r23888 r24377 934 934 * @param array $args Uses 'selected' and 'show_count' keys, if they exist. 935 935 */ 936 function start_el( &$output, $category, $depth , $args, $id = 0 ) {936 function start_el( &$output, $category, $depth = 0, $args = array(), $id = 0 ) { 937 937 $pad = str_repeat(' ', $depth * 3); 938 938
Note: See TracChangeset
for help on using the changeset viewer.