Skip to content

Commit

Permalink
Coding Standards: Minor alignment fix after [52058].
Browse files Browse the repository at this point in the history
See #52058.

git-svn-id: https://develop.svn.wordpress.org/trunk@52078 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
desrosj committed Nov 9, 2021
1 parent f22abe7 commit de9a1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/l10n.php
Expand Up @@ -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 ),
Expand Down

0 comments on commit de9a1e6

Please sign in to comment.