Make WordPress Core


Ignore:
Timestamp:
12/09/2008 06:03:31 PM (16 years ago)
Author:
ryan
Message:

Strip trailing whitespace

File:
1 edited

Legend:

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

    r9506 r10150  
    4141    $args = wp_parse_args( $args, $defaults );
    4242
    43     $taxonomy = apply_filters( 'get_categories_taxonomy', 'category', $args ); 
     43    $taxonomy = apply_filters( 'get_categories_taxonomy', 'category', $args );
    4444    if ( 'link' == $args['type'] )
    4545        $taxonomy = 'link_category';
Note: See TracChangeset for help on using the changeset viewer.