From 99c62ef9b4d29730b75fde8ac6c6c149d4bb0a5b Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Mon, 20 Dec 2021 22:24:56 +0000 Subject: [PATCH] Docs: Typo correction in `wp_dropdown_languages()` DocBlock. Follow-up to [52058]. See #53399. git-svn-id: https://develop.svn.wordpress.org/trunk@52394 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/l10n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/l10n.php b/src/wp-includes/l10n.php index 3922805a87..794932a41f 100644 --- a/src/wp-includes/l10n.php +++ b/src/wp-includes/l10n.php @@ -1508,7 +1508,7 @@ function wp_get_pomo_file_data( $po_file ) { * @type bool $show_available_translations Whether to show available translations. Default true. * @type bool $show_option_site_default Whether to show an option to fall back to the site's locale. Default false. * @type bool $show_option_en_us Whether to show an option for English (United States). Default true. - * @type bool $explicit_option_en_us Whether the English (United States) option uses an explict value of en_US + * @type bool $explicit_option_en_us Whether the English (United States) option uses an explicit value of en_US * instead of an empty value. Default false. * } * @return string HTML dropdown list of languages.