Make WordPress Core


Ignore:
Timestamp:
07/09/2025 09:30:11 PM (9 months ago)
Author:
jorbin
Message:

Documentation: Fix typo inside WP_Query::generate_cache_key.

While the 2022 and 2024 Mariano Rivera AL Reliever of the Year is named Clase, that's not relevant to the generation of cache keys and has nothing to do with orderby.

Introduced in [59766].

Props marian1, abcd95, sabernhardt.
Fixes #63679.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-query.php

    r60048 r60444  
    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
Note: See TracChangeset for help on using the changeset viewer.