Changeset 20756
- Timestamp:
- 05/09/2012 05:20:22 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r20740 r20756 2627 2627 } 2628 2628 2629 $split_the_query = apply_filters( 'split_the_query', ( $old_request == $this->request && "$wpdb->posts.*" == $fields && !empty( $limits) ), $this ); 2629 $split_the_query = ( $old_request == $this->request && "$wpdb->posts.*" == $fields && !empty( $limits ) && $q['posts_per_page'] < 500 ); 2630 $split_the_query = apply_filters( 'split_the_query', $split_the_query, $this ); 2630 2631 2631 2632 if ( $split_the_query ) {
Note: See TracChangeset
for help on using the changeset viewer.