mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
Taxonomy links and template tags from andy. see #6357
git-svn-id: https://develop.svn.wordpress.org/trunk@7520 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -14,7 +14,8 @@ class WP {
|
||||
var $did_permalink = false;
|
||||
|
||||
function add_query_var($qv) {
|
||||
$this->public_query_vars[] = $qv;
|
||||
if ( !in_array($qv, $this->public_query_vars) )
|
||||
$this->public_query_vars[] = $qv;
|
||||
}
|
||||
|
||||
function set_query_var($key, $value) {
|
||||
|
||||
Reference in New Issue
Block a user