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