Changeset 37542 for trunk/src/wp-includes/class-wp.php
- Timestamp:
- 05/23/2016 06:58:48 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp.php
r37518 r37542 514 514 * Sets the query string property based off of the query variable property. 515 515 * 516 * The 'query_string'filter is deprecated, but still works. Plugins should517 * use the 'request'filter instead.516 * The {@see 'query_string'} filter is deprecated, but still works. Plugins should 517 * use the {@see 'request'} filter instead. 518 518 * 519 519 * @since 2.0.0 … … 712 712 * Sets up all of the variables required by the WordPress environment. 713 713 * 714 * The action 'wp'has one parameter that references the WP object. It714 * The action {@see 'wp'} has one parameter that references the WP object. It 715 715 * allows for accessing the properties and methods to further manipulate the 716 716 * object.
Note: See TracChangeset
for help on using the changeset viewer.