Make WordPress Core

Changeset 4774


Ignore:
Timestamp:
01/19/2007 08:58:56 PM (19 years ago)
Author:
ryan
Message:

Check style. Props nickshanks. fixes #3610

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/category-template.php

    r4755 r4774  
    235235
    236236    if ( empty($categories) ) {
    237         if ( $list)
     237        if ( 'list' == $style )
    238238            $output .= '<li>' . __("No categories") . '</li>';
    239239        else
Note: See TracChangeset for help on using the changeset viewer.