Changeset 34287 for trunk/src/wp-includes/query.php
- Timestamp:
- 09/18/2015 10:28:41 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/query.php
r34286 r34287 52 52 * 53 53 * @since 3.1.0 54 * @access public55 54 * 56 55 * @global WP_Query $wp_query Global WP_Query instance. … … 68 67 * @since 2.2.0 69 68 * 70 * @global WP_Query $wp_query 69 * @global WP_Query $wp_query Global WP_Query instance. 71 70 * 72 71 * @param string $var Query variable key. 73 * @param mixed $value 72 * @param mixed $value Query variable value. 74 73 */ 75 74 function set_query_var( $var, $value ) {
Note: See TracChangeset
for help on using the changeset viewer.