Changeset 15107
- Timestamp:
- 06/02/2010 02:02:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r14660 r15107 522 522 $output .= '</ul></li>'; 523 523 524 $output = apply_filters( 'wp_list_categories', $output );524 $output = apply_filters( 'wp_list_categories', $output, $args ); 525 525 526 526 if ( $echo )
Note: See TracChangeset
for help on using the changeset viewer.