Skip to content

Commit 8938a32

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@60444 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 9082d4b commit 8938a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/class-wp-query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5005,7 +5005,7 @@ protected function generate_cache_key( array $args, $sql ) {
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.

0 commit comments

Comments
 (0)