Changeset 54962 for trunk/src/wp-includes/class-wp-query.php
- Timestamp:
- 12/13/2022 12:24:17 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r54777 r54962 1780 1780 * 1781 1781 * @param string $query_var Query variable key. 1782 * @param mixed $default_value Optional. Value to return if the query variable is not set. Default empty string. 1782 * @param mixed $default_value Optional. Value to return if the query variable is not set. 1783 * Default empty string. 1783 1784 * @return mixed Contents of the query variable. 1784 1785 */
Note: See TracChangeset
for help on using the changeset viewer.