Changeset 16526 for trunk/wp-includes/class-wp.php
- Timestamp:
- 11/21/2010 04:33:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp.php
r16101 r16526 272 272 } 273 273 } 274 275 // Convert urldecoded spaces back into + 276 foreach ( $GLOBALS['wp_taxonomies'] as $taxonomy => $t ) 277 if ( $t->query_var && isset( $this->query_vars[$t->query_var] ) ) 278 $this->query_vars[$t->query_var] = str_replace( ' ', '+', $this->query_vars[$t->query_var] ); 274 279 275 280 // Limit publicly queried post_types to those that are publicly_queryable
Note: See TracChangeset
for help on using the changeset viewer.