mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-02-21 08:12:46 +00:00
Docs: Correct the variable name passed to the determine_locale filter.
Follow-up to [43776], [44134]. Props truptikanzariya. Fixes #60167. git-svn-id: https://develop.svn.wordpress.org/trunk@57233 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9f7fc54ca7
commit
5df258b6a6
@ -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 );
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user