Changeset 13725 for trunk/wp-includes/classes.php
- Timestamp:
- 03/17/2010 04:39:50 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/classes.php
r13425 r13725 410 410 411 411 /** 412 * Set up the WordPress Globals.412 * Set up the WordPress Globals. 413 413 * 414 414 * The query_vars property will be extracted to the GLOBALS. So care should … … 441 441 442 442 /** 443 * Set up the current user.443 * Set up the current user. 444 444 * 445 445 * @since 2.0.0 … … 450 450 451 451 /** 452 * Set up the Loop based on the query variables.452 * Set up the Loop based on the query variables. 453 453 * 454 454 * @uses WP::$query_vars
Note: See TracChangeset
for help on using the changeset viewer.