Changeset 55642 for trunk/src/wp-includes/class-wp-query.php
- Timestamp:
- 04/10/2023 12:54:28 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r55597 r55642 2253 2253 if ( ! $post_type ) { 2254 2254 $post_type = 'any'; 2255 } elseif ( count( $post_type ) == 1 ) {2255 } elseif ( count( $post_type ) === 1 ) { 2256 2256 $post_type = $post_type[0]; 2257 2257 }
Note: See TracChangeset
for help on using the changeset viewer.