Changeset 15861
- Timestamp:
- 10/20/2010 12:12:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/classes.php
r15860 r15861 133 133 134 134 $this->query_vars = array(); 135 $taxonomy_query_vars = array();136 135 $post_type_query_vars = array(); 137 136 … … 252 251 253 252 $this->public_query_vars = apply_filters('query_vars', $this->public_query_vars); 254 255 foreach ( $GLOBALS['wp_taxonomies'] as $taxonomy => $t )256 if ( $t->query_var )257 $taxonomy_query_vars[$t->query_var] = $taxonomy;258 253 259 254 foreach ( $GLOBALS['wp_post_types'] as $post_type => $t )
Note: See TracChangeset
for help on using the changeset viewer.