I18N: Add a language icon next to the Default Language network option.
Fixes #51359 Built from https://develop.svn.wordpress.org/trunk@49013 git-svn-id: http://core.svn.wordpress.org/trunk@48775 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ecfff6fe80
commit
7d61c45afc
|
@ -423,7 +423,7 @@ if ( isset( $_GET['updated'] ) ) {
|
|||
<h2><?php _e( 'Language Settings' ); ?></h2>
|
||||
<table class="form-table" role="presentation">
|
||||
<tr>
|
||||
<th><label for="WPLANG"><?php _e( 'Default Language' ); ?></label></th>
|
||||
<th><label for="WPLANG"><?php _e( 'Default Language' ); ?><span class="dashicons dashicons-translation" aria-hidden="true"></span></label></th>
|
||||
<td>
|
||||
<?php
|
||||
$lang = get_site_option( 'WPLANG' );
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.6-alpha-49012';
|
||||
$wp_version = '5.6-alpha-49013';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue