Changeset 13900 for trunk/src/bp-core/classes/class-bp-date-query.php
- Timestamp:
- 06/02/2024 07:12:25 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-date-query.php
r13893 r13900 18 18 * BuddyPress date query class. 19 19 * 20 * Extends the {@ linkWP_Date_Query} class for use with BuddyPress.20 * Extends the {@see WP_Date_Query} class for use with BuddyPress. 21 21 * 22 22 * @since 2.1.0 23 23 * 24 24 * @param array $date_query { 25 * Date query arguments. See first parameter of {@ linkWP_Date_Query::__construct()}.25 * Date query arguments. See first parameter of {@see WP_Date_Query::__construct()}. 26 26 * } 27 27 * @param string $column The DB column to query against.
Note: See TracChangeset
for help on using the changeset viewer.