diff --git a/wp-includes/class-wp-locale-switcher.php b/wp-includes/class-wp-locale-switcher.php index a99433e38d..75e344f19f 100644 --- a/wp-includes/class-wp-locale-switcher.php +++ b/wp-includes/class-wp-locale-switcher.php @@ -17,7 +17,7 @@ class WP_Locale_Switcher { /** * Locale switching stack. * - * @since 4.7.0 + * @since 6.2.0 * @var array */ private $stack = array(); diff --git a/wp-includes/version.php b/wp-includes/version.php index 488a05f34d..44af007a58 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.