Changeset 40972
- Timestamp:
- 06/30/2017 04:07:05 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r40966 r40972 1442 1442 1443 1443 /** 1444 * Generate SQL for the ORDER BY condition based on passed search terms. 1444 * Generates SQL for the ORDER BY condition based on passed search terms. 1445 * 1446 * @since 3.7.0 1447 * @access protected 1448 * 1449 * @global wpdb $wpdb WordPress database abstraction object. 1445 1450 * 1446 1451 * @param array $q Query variables.
Note: See TracChangeset
for help on using the changeset viewer.