Changeset 11749 for trunk/wp-includes/query.php
- Timestamp:
- 07/30/2009 01:39:34 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r11606 r11749 2100 2100 if ( in_array( 'publish', $q_status ) ) 2101 2101 $r_status[] = "$wpdb->posts.post_status = 'publish'"; 2102 if ( in_array( 'trash', $q_status ) ) 2103 $r_status[] = "$wpdb->posts.post_status = 'trash'"; 2102 2104 2103 2105 if ( empty($q['perm'] ) || 'readable' != $q['perm'] ) {
Note: See TracChangeset
for help on using the changeset viewer.