mirror of
git://develop.git.wordpress.org/
synced 2025-04-07 21:53:21 +02:00
Coding Standards: Minor alignment fix after [52058].
See #52058. git-svn-id: https://develop.svn.wordpress.org/trunk@52078 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f22abe7610
commit
de9a1e6f94
@ -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 ),
|
||||
|
Loading…
x
Reference in New Issue
Block a user