Make WordPress Core


Ignore:
Timestamp:
09/07/2010 04:46:08 AM (15 years ago)
Author:
markjaquith
Message:

Rename caller_get_posts WP_Query flag to ignore_sticky_posts, because that is the only thing it does. fixes #14624. props scribu

File:
1 edited

Legend:

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

    r15582 r15589  
    11231123        $r['post__not_in'] = wp_parse_id_list( $r['exclude'] );
    11241124
    1125     $r['caller_get_posts'] = true;
     1125    $r['ignore_sticky_posts'] = true;
    11261126    $r['no_found_rows'] = true;
    11271127
Note: See TracChangeset for help on using the changeset viewer.