Changeset 4495 for trunk/wp-includes/category-template.php
- Timestamp:
- 11/19/2006 07:56:05 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/category-template.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r4277 r4495 188 188 } 189 189 190 if ( $show_option_none) { 191 $show_option_none = apply_filters('list_cats', $show_option_none); 190 if ( $show_option_none) { 191 $show_option_none = apply_filters('list_cats', $show_option_none); 192 192 $output .= "\t<option value='-1'>$show_option_none</option>\n"; 193 193 } … … 227 227 228 228 $categories = get_categories($r); 229 229 230 230 $output = ''; 231 231 if ( $title_li && 'list' == $style ) … … 250 250 if ( $title_li && 'list' == $style ) 251 251 $output .= '</ul></li>'; 252 252 253 253 echo apply_filters('list_cats', $output); 254 254 }
Note: See TracChangeset
for help on using the changeset viewer.