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.

Built from https://develop.svn.wordpress.org/trunk@60444


git-svn-id: http://core.svn.wordpress.org/trunk@59780 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin
2025-07-09 21:32:30 +00:00
parent 5f30426e51
commit 27b54d1c50
2 changed files with 2 additions and 2 deletions

View File

@@ -5005,7 +5005,7 @@ class WP_Query {
*
* These arrays are sorted in the query generator for the purposes of the
* WHERE clause but the arguments are not modified as they can be used for
* the orderby clase.
* the orderby clause.
*
* Their use in the orderby clause will generate a different SQL query so
* they can be sorted for the cache key generation.

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.9-alpha-60443';
$wp_version = '6.9-alpha-60444';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.