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 {
|
| 5005 | 5005 | * |
| 5006 | 5006 | * These arrays are sorted in the query generator for the purposes of the |
| 5007 | 5007 | * WHERE clause but the arguments are not modified as they can be used for |
| 5008 | | * the orderby clase. |
| | 5008 | * the orderby clause. |
| 5009 | 5009 | * |
| 5010 | 5010 | * Their use in the orderby clause will generate a different SQL query so |
| 5011 | 5011 | * they can be sorted for the cache key generation. |