Changeset 41041
- Timestamp:
- 07/13/2017 03:41:15 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r40978 r41041 1293 1293 1294 1294 /** 1295 * Generate SQL for the WHERE clause based on passed search terms.1295 * Generates SQL for the WHERE clause based on passed search terms. 1296 1296 * 1297 1297 * @since 3.7.0 1298 * @access protected 1299 * 1300 * @global wpdb $wpdb WordPress database abstraction object. 1298 1301 * 1299 1302 * @param array $q Query variables. … … 1509 1512 * @since 4.0.0 1510 1513 * @access protected 1514 * 1515 * @global wpdb $wpdb WordPress database abstraction object. 1511 1516 * 1512 1517 * @param string $orderby Alias for the field to order by.
Note: See TracChangeset
for help on using the changeset viewer.