Docs: Correct `@since` tag for `WP_Locale_Switcher::$stack`.

The `WP_Locale_Switcher::$locales` property was replaced with `::$stack` in WordPress 6.2.

Follow-up to [38961], [55161], [55224].

See #57123.
Built from https://develop.svn.wordpress.org/trunk@55298


git-svn-id: http://core.svn.wordpress.org/trunk@54831 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2023-02-08 17:08:21 +00:00
parent a612564204
commit 411cd2f5b3
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ class WP_Locale_Switcher {
/**
* Locale switching stack.
*
* @since 4.7.0
* @since 6.2.0
* @var array
*/
private $stack = array();

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.2-beta1-55297';
$wp_version = '6.2-beta1-55298';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.