mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00: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:
@@ -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 ),
|
||||
|
||||
Reference in New Issue
Block a user