I18N: Add a language icon next to the Default Language network option.

Fixes #51359


git-svn-id: https://develop.svn.wordpress.org/trunk@49013 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2020-09-20 13:16:12 +00:00
parent 9462c458ff
commit 42019042de

View File

@ -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' );