diff --git a/wp-includes/l10n.php b/wp-includes/l10n.php index 1ed9a6a1a8..513039a83d 100644 --- a/wp-includes/l10n.php +++ b/wp-includes/l10n.php @@ -116,7 +116,8 @@ function get_user_locale( $user = 0 ) { * * @since 5.0.0 * - * @global string $pagenow The filename of the current screen. + * @global string $pagenow The filename of the current screen. + * @global string $wp_local_package Locale code of the package. * * @return string The determined locale. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index c44a1e1c61..8ffe32850d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59718'; +$wp_version = '6.8-alpha-59719'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.