mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 07:22:01 +01:00
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:
parent
de1c682e0a
commit
c86f41d98b
@ -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 ),
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user