Changeset 15173 for trunk/wp-includes/query.php
- Timestamp:
- 06/08/2010 02:08:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r14924 r15173 2062 2062 $post_status_join = true; 2063 2063 } 2064 if ( empty($q['post_status']) )2065 $q['post_status'] = 'publish';2066 2064 } else { 2067 2065 $whichcat = " AND 0 ";
Note: See TracChangeset
for help on using the changeset viewer.