Changeset 31829 for trunk/src/wp-includes/query.php
- Timestamp:
- 03/19/2015 03:55:39 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/query.php
r31458 r31829 4674 4674 if ( count( $post_type ) > 1 ) 4675 4675 return; 4676 $post_type = array_shift( $post_type );4676 $post_type = reset( $post_type ); 4677 4677 } 4678 4678
Note: See TracChangeset
for help on using the changeset viewer.