Changeset 49095 for trunk/src/wp-includes/class-wp-query.php
- Timestamp:
- 10/06/2020 08:57:38 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r48985 r49095 1722 1722 1723 1723 /** 1724 * Retrieve query variable.1724 * Retrieves the value of a query variable. 1725 1725 * 1726 1726 * @since 1.5.0 … … 1740 1740 1741 1741 /** 1742 * Set query variable.1742 * Sets the value of a query variable. 1743 1743 * 1744 1744 * @since 1.5.0 … … 3450 3450 3451 3451 /** 3452 * Retrieve queried object.3452 * Retrieves the currently queried object. 3453 3453 * 3454 3454 * If queried object is not set, then the queried object will be set from … … 3528 3528 3529 3529 /** 3530 * Retrieve ID of the currentqueried object.3530 * Retrieves the ID of the currently queried object. 3531 3531 * 3532 3532 * @since 1.5.0
Note: See TracChangeset
for help on using the changeset viewer.