diff --git a/wp-includes/l10n.php b/wp-includes/l10n.php index b2810a6eb5..509f7e3e54 100644 --- a/wp-includes/l10n.php +++ b/wp-includes/l10n.php @@ -1592,7 +1592,7 @@ function wp_dropdown_languages( $args = array() ) { } if ( $parsed_args['show_option_en_us'] ) { - $value = ( $parsed_args['explicit_option_en_us'] ) ? 'en_US' : ''; + $value = ( $parsed_args['explicit_option_en_us'] ) ? 'en_US' : ''; $structure[] = sprintf( '', esc_attr( $value ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 40ec4eb5af..4e8444fa51 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-52077'; +$wp_version = '5.9-alpha-52078'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.