Docs: Correct `$wp_the_query` global reference in `WP_Query::is_main_query()`.

Follow-up to [18699], [32620], [34337], [45739].

See #59651.
Built from https://develop.svn.wordpress.org/trunk@57195


git-svn-id: http://core.svn.wordpress.org/trunk@56706 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2023-12-17 02:48:29 +00:00
parent fac2864841
commit a9b08b8e16
2 changed files with 2 additions and 2 deletions

View File

@ -4661,7 +4661,7 @@ class WP_Query {
*
* @since 3.3.0
*
* @global WP_Query $wp_query WordPress Query object.
* @global WP_Query $wp_the_query WordPress Query object.
*
* @return bool Whether the query is the main query.
*/

View File

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