Ticket #41313: 41313.patch
File 41313.patch, 763 bytes (added by , 7 years ago) |
---|
-
class-wp-query.php
1295 1295 * Generate SQL for the WHERE clause based on passed search terms. 1296 1296 * 1297 1297 * @since 3.7.0 1298 * @access protected 1298 1299 * 1300 * @global wpdb $wpdb WordPress database abstraction object. 1301 * 1299 1302 * @param array $q Query variables. 1300 1303 * @return string WHERE clause. 1301 1304 */ … … 1509 1512 * @since 4.0.0 1510 1513 * @access protected 1511 1514 * 1515 * @global wpdb $wpdb WordPress database abstraction object. 1516 * 1512 1517 * @param string $orderby Alias for the field to order by. 1513 1518 * @return string|false Table-prefixed value to used in the ORDER clause. False otherwise. 1514 1519 */