Changeset 13086 for trunk/wp-includes/category-template.php
- Timestamp:
- 02/13/2010 05:40:47 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/category-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r12798 r13086 365 365 else 366 366 $output = ''; 367 368 if ( empty($categories) && ! $r['hide_if_empty'] && !empty($show_option_none) ) { 369 $show_option_none = apply_filters( 'list_cats', $show_option_none ); 370 $output .= "\t<option value='-1' selected='selected'>$show_option_none</option>\n"; 371 } 372 367 373 if ( ! empty( $categories ) ) { 368 374
Note: See TracChangeset
for help on using the changeset viewer.