diff --git a/wp-includes/l10n.php b/wp-includes/l10n.php index a085d4483f..67bfb1a26e 100644 --- a/wp-includes/l10n.php +++ b/wp-includes/l10n.php @@ -161,7 +161,7 @@ function determine_locale() { * * @since 5.0.0 * - * @param string $locale The locale. + * @param string $determined_locale The locale. */ return apply_filters( 'determine_locale', $determined_locale ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index 1e02536a68..262d4d8b2a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57232'; +$wp_version = '6.5-alpha-57233'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.