Changeset 51518 for trunk/src/wp-includes/class-wp-date-query.php
- Timestamp:
- 07/30/2021 07:34:39 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-date-query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-date-query.php
r51513 r51518 556 556 * 557 557 * @param string $where WHERE clause of the date query. 558 * @param WP_Date_Query $ thisThe WP_Date_Query instance.558 * @param WP_Date_Query $query The WP_Date_Query instance. 559 559 */ 560 560 return apply_filters( 'get_date_sql', $where, $this );
Note: See TracChangeset
for help on using the changeset viewer.