Changeset 35170 for trunk/src/wp-includes/query.php
- Timestamp:
- 10/14/2015 11:43:10 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/query.php
r35111 r35170 2128 2128 * @since 3.7.0 2129 2129 * 2130 * @global wpdb $wpdb 2130 * @global wpdb $wpdb WordPress database abstraction object. 2131 * 2131 2132 * @param array $q Query variables. 2132 2133 * @return string WHERE clause. … … 2269 2270 * Generate SQL for the ORDER BY condition based on passed search terms. 2270 2271 * 2271 * @global wpdb $wpdb 2272 * @global wpdb $wpdb WordPress database abstraction object. 2272 2273 * 2273 2274 * @param array $q Query variables. … … 2479 2480 * @access public 2480 2481 * 2481 * @global wpdb $wpdb 2482 * @global wpdb $wpdb WordPress database abstraction object. 2482 2483 * 2483 2484 * @return array List of posts. … … 3790 3791 * @access private 3791 3792 * 3792 * @global wpdb $wpdb 3793 * @global wpdb $wpdb WordPress database abstraction object. 3793 3794 */ 3794 3795 private function set_found_posts( $q, $limits ) {
Note: See TracChangeset
for help on using the changeset viewer.