Skip to content

Commit 5df258b

Browse files
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
1 parent 9f7fc54 commit 5df258b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/l10n.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ function determine_locale() {
161161
*
162162
* @since 5.0.0
163163
*
164-
* @param string $locale The locale.
164+
* @param string $determined_locale The locale.
165165
*/
166166
return apply_filters( 'determine_locale', $determined_locale );
167167
}

0 commit comments

Comments
 (0)