Changeset 27065
- Timestamp:
- 02/02/2014 05:32:17 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category-template.php
r26868 r27065 372 372 $output .= "</select>\n"; 373 373 374 $output = apply_filters( 'wp_dropdown_cats', $output ); 374 /** 375 * Filter the result of wp_dropdown_categories(). 376 * 377 * @since 2.1.0 378 * 379 * @param $output HTML content. 380 * @param $r Arguments used to build the dropdown. 381 */ 382 $output = apply_filters( 'wp_dropdown_cats', $output, $r ); 375 383 376 384 if ( $echo )
Note: See TracChangeset
for help on using the changeset viewer.