Make WordPress Core


Ignore:
Timestamp:
03/24/2008 08:30:33 PM (17 years ago)
Author:
ryan
Message:

Fix some notices

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/query.php

    r7491 r7503  
    820820        $search = '';
    821821        $groupby = '';
     822        $post_status_join = false;
    822823
    823824        if ( !isset($q['post_type']) ) {
Note: See TracChangeset for help on using the changeset viewer.