Changeset 61445 for trunk/src/wp-includes/class-wp-meta-query.php
- Timestamp:
- 01/06/2026 06:05:20 AM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-meta-query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-meta-query.php
r60176 r61445 620 620 621 621 // Determine the data type. 622 $_meta_type = isset( $clause['type'] ) ? $clause['type'] :'';622 $_meta_type = $clause['type'] ?? ''; 623 623 $meta_type = $this->get_cast_for_type( $_meta_type ); 624 624 $clause['cast'] = $meta_type;
Note: See TracChangeset
for help on using the changeset viewer.