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