Changeset 37518 for trunk/src/wp-includes/class-wp.php
- Timestamp:
- 05/22/2016 06:49:05 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp.php
r37487 r37518 147 147 148 148 /** 149 * Filter whether to parse the request.149 * Filters whether to parse the request. 150 150 * 151 151 * @since 3.5.0 … … 282 282 283 283 /** 284 * Filter the query variables whitelist before processing.284 * Filters the query variables whitelist before processing. 285 285 * 286 286 * Allows (publicly allowed) query vars to be added, removed, or changed prior … … 369 369 370 370 /** 371 * Filter the array of parsed query variables.371 * Filters the array of parsed query variables. 372 372 * 373 373 * @since 2.1.0 … … 464 464 465 465 /** 466 * Filter the HTTP headers before they're sent to the browser.466 * Filters the HTTP headers before they're sent to the browser. 467 467 * 468 468 * @since 2.8.0 … … 533 533 if ( has_filter( 'query_string' ) ) { // Don't bother filtering and parsing if no plugins are hooked in. 534 534 /** 535 * Filter the query string before parsing.535 * Filters the query string before parsing. 536 536 * 537 537 * @since 1.5.0 … … 632 632 633 633 /** 634 * Filter whether to short-circuit default header status handling.634 * Filters whether to short-circuit default header status handling. 635 635 * 636 636 * Returning a non-false value from the filter will short-circuit the handling
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)