Changeset 25945
- Timestamp:
- 10/27/2013 07:48:34 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp.php
r25940 r25945 246 246 } 247 247 248 $this->public_query_vars;249 248 /** 250 249 * Filter the query variables whitelist before processing. … … 258 257 * @param array $public_query_vars The array of whitelisted query variables. 259 258 */ 260 $this->public_query_vars = apply_filters( 'query_vars', $ public_query_vars );259 $this->public_query_vars = apply_filters( 'query_vars', $this->public_query_vars ); 261 260 262 261 foreach ( get_post_types( array(), 'objects' ) as $post_type => $t )
Note: See TracChangeset
for help on using the changeset viewer.