Changeset 15649 for trunk/wp-includes/query.php
- Timestamp:
- 09/23/2010 11:11:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r15635 r15649 1830 1830 } 1831 1831 } 1832 1833 if ( empty($post_type) ) { 1834 $post_type = 'any'; 1835 $post_status_join = true; 1836 } elseif ( in_array('attachment', (array) $post_type) ) { 1837 $post_status_join = true; 1838 } 1832 1839 } 1833 1840
Note: See TracChangeset
for help on using the changeset viewer.