Docs: Correct the variable name passed to the determine_locale filter.

Follow-up to [43776], [44134].

Props truptikanzariya.
Fixes #60167.
Built from https://develop.svn.wordpress.org/trunk@57233


git-svn-id: http://core.svn.wordpress.org/trunk@56739 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2023-12-30 11:46:24 +00:00
parent 366d370d37
commit ced2ac5437
2 changed files with 2 additions and 2 deletions

View File

@ -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 );
}

View File

@ -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.