Changeset 25946
- Timestamp:
- 10/27/2013 07:58:24 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp.php
r25945 r25946 315 315 $this->query_vars['error'] = $error; 316 316 317 $query_vars = $this->query_vars;318 317 /** 319 318 * Filter the array of parsed query variables. … … 323 322 * @param array $query_vars The array of requested query variables. 324 323 */ 325 $this->query_vars = apply_filters( 'request', $ query_vars );324 $this->query_vars = apply_filters( 'request', $this->query_vars ); 326 325 327 326 /**
Note: See TracChangeset
for help on using the changeset viewer.