Make WordPress Core


Ignore:
Timestamp:
08/28/2008 10:30:27 PM (18 years ago)
Author:
ryan
Message:

Suppress query filters when called from get_posts(). see #7326 #7547

File:
1 edited

Legend:

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

    r8732 r8766  
    454454        'exclude' => '', 'meta_key' => '',
    455455        'meta_value' =>'', 'post_type' => 'post',
    456         'post_parent' => 0
     456        'post_parent' => 0, 'suppress_filters' => true
    457457    );
    458458
Note: See TracChangeset for help on using the changeset viewer.