Changeset 52078
- Timestamp:
- 11/09/2021 06:49:12 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r52058 r52078 1593 1593 1594 1594 if ( $parsed_args['show_option_en_us'] ) { 1595 $value = ( $parsed_args['explicit_option_en_us'] ) ? 'en_US' : '';1595 $value = ( $parsed_args['explicit_option_en_us'] ) ? 'en_US' : ''; 1596 1596 $structure[] = sprintf( 1597 1597 '<option value="%s" lang="en" data-installed="1"%s>English (United States)</option>',
Note: See TracChangeset
for help on using the changeset viewer.