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:
parent
a612564204
commit
411cd2f5b3
|
@ -17,7 +17,7 @@ class WP_Locale_Switcher {
|
|||
/**
|
||||
* Locale switching stack.
|
||||
*
|
||||
* @since 4.7.0
|
||||
* @since 6.2.0
|
||||
* @var array
|
||||
*/
|
||||
private $stack = array();
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue