Make WordPress Core

Ticket #41313: 41313.patch

File 41313.patch, 763 bytes (added by avinapatel, 7 years ago)
  • class-wp-query.php

     
    12951295         * Generate SQL for the WHERE clause based on passed search terms.
    12961296         *
    12971297         * @since 3.7.0
     1298         * @access protected
    12981299         *
     1300         * @global wpdb $wpdb WordPress database abstraction object.
     1301         *
    12991302         * @param array $q Query variables.
    13001303         * @return string WHERE clause.
    13011304         */
     
    15091512         * @since 4.0.0
    15101513         * @access protected
    15111514         *
     1515         * @global wpdb $wpdb WordPress database abstraction object.
     1516         *
    15121517         * @param string $orderby Alias for the field to order by.
    15131518         * @return string|false Table-prefixed value to used in the ORDER clause. False otherwise.
    15141519         */