Make WordPress Core


Ignore:
Timestamp:
03/26/2008 06:37:19 AM (17 years ago)
Author:
ryan
Message:

Taxonomy links and template tags from andy. see #6357

File:
1 edited

Legend:

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

    r7503 r7520  
    1515
    1616    function add_query_var($qv) {
    17         $this->public_query_vars[] = $qv;
     17        if ( !in_array($qv, $this->public_query_vars) )
     18            $this->public_query_vars[] = $qv;
    1819    }
    1920
Note: See TracChangeset for help on using the changeset viewer.