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
This commit is contained in:
desrosj 2021-11-09 18:51:02 +00:00
parent de1c682e0a
commit c86f41d98b
2 changed files with 2 additions and 2 deletions

View File

@ -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(
'<option value="%s" lang="en" data-installed="1"%s>English (United States)</option>',
esc_attr( $value ),

View File

@ -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.