- Timestamp:
- 12/11/2020 04:51:15 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r49789 r49792 1762 1762 * @since 1.5.0 1763 1763 * 1764 * @global wpdb $wpdb WordPress database abstraction object. 1765 * 1764 1766 * @return WP_Post[]|int[] Array of post objects or post IDs. 1765 1767 */ … … 3231 3233 * @since 3.5.0 3232 3234 * 3235 * @global wpdb $wpdb WordPress database abstraction object. 3236 * 3233 3237 * @param array $q Query variables. 3234 3238 * @param string $limits LIMIT clauses of the query. … … 3236 3240 private function set_found_posts( $q, $limits ) { 3237 3241 global $wpdb; 3242 3238 3243 // Bail if posts is an empty array. Continue if posts is an empty string, 3239 3244 // null, or false to accommodate caching plugins that fill posts later.
Note: See TracChangeset
for help on using the changeset viewer.