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:
parent
366d370d37
commit
ced2ac5437
|
@ -161,7 +161,7 @@ function determine_locale() {
|
||||||
*
|
*
|
||||||
* @since 5.0.0
|
* @since 5.0.0
|
||||||
*
|
*
|
||||||
* @param string $locale The locale.
|
* @param string $determined_locale The locale.
|
||||||
*/
|
*/
|
||||||
return apply_filters( 'determine_locale', $determined_locale );
|
return apply_filters( 'determine_locale', $determined_locale );
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue