From c86f41d98b513746c32722675d2023b89dad2b90 Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 9 Nov 2021 18:51:02 +0000 Subject: [PATCH] Coding Standards: Minor alignment fix after [52058]. See #52058. Built from https://develop.svn.wordpress.org/trunk@52078 git-svn-id: http://core.svn.wordpress.org/trunk@51670 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/l10n.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.