Changeset 23191 for trunk/wp-includes/query.php
- Timestamp:
- 12/20/2012 03:55:32 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r22718 r23191 2080 2080 $where .= " AND DAYOFMONTH($wpdb->posts.post_date)='" . $q['day'] . "'"; 2081 2081 2082 // If we've got a post_type AND it s not "any" post_type.2082 // If we've got a post_type AND it's not "any" post_type. 2083 2083 if ( !empty($q['post_type']) && 'any' != $q['post_type'] ) { 2084 2084 foreach ( (array)$q['post_type'] as $_post_type ) {
Note: See TracChangeset
for help on using the changeset viewer.