Ticket #14528: no_found_rows.diff
File no_found_rows.diff, 387 bytes (added by , 15 years ago) |
---|
-
wp-includes/post.php
1123 1123 $r['post__not_in'] = wp_parse_id_list( $r['exclude'] ); 1124 1124 1125 1125 $r['caller_get_posts'] = true; 1126 $r['no_found_rows'] = true; 1126 1127 1127 1128 $get_posts = new WP_Query; 1128 1129 return $get_posts->query($r);