Make WordPress Core


Ignore:
Timestamp:
08/28/2010 11:51:02 AM (16 years ago)
Author:
scribu
Message:

Always set no_found_rows = true in get_posts(). Fixes #14528

File:
1 edited

Legend:

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

    r15503 r15548  
    11241124
    11251125        $r['caller_get_posts'] = true;
     1126        $r['no_found_rows'] = true;
    11261127
    11271128        $get_posts = new WP_Query;
Note: See TracChangeset for help on using the changeset viewer.