Changeset 60176
- Timestamp:
- 04/20/2025 11:49:11 PM (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-meta-query.php
r58032 r60176 166 166 * } 167 167 */ 168 public function __construct( $meta_query = false) {168 public function __construct( $meta_query = array() ) { 169 169 if ( ! $meta_query ) { 170 170 return;
Note: See TracChangeset
for help on using the changeset viewer.