Changeset 19593 for trunk/wp-includes/class-wp.php
- Timestamp:
- 12/13/2011 11:45:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp.php
r19280 r19593 157 157 158 158 // Trim path info from the end and the leading home path from the 159 // front. 160 // filename, if any. 159 // front. For path info requests, this leaves us with the requesting 160 // filename, if any. For 404 requests, this leaves us with the 161 161 // requested permalink. 162 162 $req_uri = str_replace($pathinfo, '', $req_uri); … … 402 402 } 403 403 404 // query_string filter deprecated. 404 // query_string filter deprecated. Use request filter instead. 405 405 if ( has_filter('query_string') ) { // Don't bother filtering and parsing if no plugins are hooked in. 406 406 $this->query_string = apply_filters('query_string', $this->query_string);
Note: See TracChangeset
for help on using the changeset viewer.