diff --git a/wp-includes/l10n.php b/wp-includes/l10n.php index 3922805a87..794932a41f 100644 --- a/wp-includes/l10n.php +++ b/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. diff --git a/wp-includes/version.php b/wp-includes/version.php index d79bfeeaed..0e4674ab7f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-beta3-52393'; +$wp_version = '5.9-beta3-52394'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.