Changeset 57644 for trunk/src/wp-includes/class-wp-date-query.php
- Timestamp:
- 02/16/2024 09:45:18 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-date-query.php
r57189 r57644 1058 1058 * 1059 1059 * @param string $relation Raw relation key from the query argument. 1060 * @return string Sanitized relation ('AND' or 'OR').1060 * @return string Sanitized relation. Either 'AND' or 'OR'. 1061 1061 */ 1062 1062 public function sanitize_relation( $relation ) {
Note: See TracChangeset
for help on using the changeset viewer.