Changeset 14027 for trunk/wp-includes/query.php
- Timestamp:
- 04/07/2010 08:29:46 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r13839 r14027 1713 1713 $where .= " AND DAYOFMONTH($wpdb->posts.post_date)='" . $q['day'] . "'"; 1714 1714 1715 if ( !empty($q['post_type']) ) {1715 if ( !empty($q['post_type']) && 'any' != $q['post_type'] ) { 1716 1716 $_pt = is_array($q['post_type']) ? $q['post_type'] : array($q['post_type']); 1717 1717 foreach ( $_pt as $_post_type ) {
Note: See TracChangeset
for help on using the changeset viewer.