Make WordPress Core

Changeset 49013


Ignore:
Timestamp:
09/20/2020 01:16:12 PM (5 years ago)
Author:
johnbillion
Message:

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

Fixes #51359

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/settings.php

    r47855 r49013  
    424424            <table class="form-table" role="presentation">
    425425                <tr>
    426                     <th><label for="WPLANG"><?php _e( 'Default Language' ); ?></label></th>
     426                    <th><label for="WPLANG"><?php _e( 'Default Language' ); ?><span class="dashicons dashicons-translation" aria-hidden="true"></span></label></th>
    427427                    <td>
    428428                        <?php
Note: See TracChangeset for help on using the changeset viewer.