Changeset 4774
- Timestamp:
- 01/19/2007 08:58:56 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/category-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r4755 r4774 235 235 236 236 if ( empty($categories) ) { 237 if ( $list)237 if ( 'list' == $style ) 238 238 $output .= '<li>' . __("No categories") . '</li>'; 239 239 else
Note: See TracChangeset
for help on using the changeset viewer.