Make WordPress Core


Ignore:
Timestamp:
05/03/2010 08:26:11 PM (14 years ago)
Author:
ryan
Message:

Strip trailing whites.

File:
1 edited

Legend:

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

    r13943 r14404  
    474474        $r['exclude'] = '';
    475475    }
    476    
     476
    477477    if ( !isset( $r['class'] ) )
    478478        $r['class'] = ( 'category' == $r['taxonomy'] ) ? 'categories' : $r['taxonomy'];
Note: See TracChangeset for help on using the changeset viewer.