Make WordPress Core


Ignore:
Timestamp:
06/10/2011 11:01:45 PM (14 years ago)
Author:
ryan
Message:

Bring out the pinking shears.

File:
1 edited

Legend:

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

    r18079 r18254  
    185185                    } else { // Some query vars are set via $_GET. Unset those from $_GET that exist via the rewrite
    186186                        foreach ( $qv_remove as $_qv ) {
    187                             if ( isset($rewrite_vars[$_qv]) ) 
     187                            if ( isset($rewrite_vars[$_qv]) )
    188188                                $redirect['query'] = remove_query_arg($_qv, $redirect['query']);
    189189                        }
Note: See TracChangeset for help on using the changeset viewer.