Make WordPress Core

Ticket #63679: 63679.patch

File 63679.patch, 592 bytes (added by abcd95, 13 months ago)
  • src/wp-includes/class-wp-query.php

    diff --git a/src/wp-includes/class-wp-query.php b/src/wp-includes/class-wp-query.php
    index 21127dc755..52121e2308 100644
    a b class WP_Query {  
    50055005                 *
    50065006                 * These arrays are sorted in the query generator for the purposes of the
    50075007                 * WHERE clause but the arguments are not modified as they can be used for
    5008                  * the orderby clase.
     5008                 * the orderby clause.
    50095009                 *
    50105010                 * Their use in the orderby clause will generate a different SQL query so
    50115011                 * they can be sorted for the cache key generation.