Make WordPress Core


Ignore:
Timestamp:
02/21/2010 12:03:42 AM (16 years ago)
Author:
ryan
Message:

Trim trailing whites

File:
1 edited

Legend:

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

    r13086 r13268  
    365365        else
    366366                $output = '';
    367        
     367
    368368        if ( empty($categories) && ! $r['hide_if_empty'] && !empty($show_option_none) ) {
    369369                $show_option_none = apply_filters( 'list_cats', $show_option_none );
    370370                $output .= "\t<option value='-1' selected='selected'>$show_option_none</option>\n";
    371371        }
    372        
     372
    373373        if ( ! empty( $categories ) ) {
    374374
Note: See TracChangeset for help on using the changeset viewer.