Make WordPress Core


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

Trim trailing whites

File:
1 edited

Legend:

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

    r13170 r13268  
    145145                if ( is_tax() ) { // Custom taxonomies will have a custom query var, remove those too:
    146146                    $tax = get_taxonomy( $obj->taxonomy );
    147                     if ( false !== $tax->query_var) 
     147                    if ( false !== $tax->query_var)
    148148                        $redirect['query'] = remove_query_arg($tax->query_var, $redirect['query']);
    149149                }
Note: See TracChangeset for help on using the changeset viewer.