Ticket #51359: 51359.diff
File 51359.diff, 643 bytes (added by , 5 months ago) |
---|
-
src/wp-admin/network/settings.php
423 423 <h2><?php _e( 'Language Settings' ); ?></h2> 424 424 <table class="form-table" role="presentation"> 425 425 <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> 427 427 <td> 428 428 <?php 429 429 $lang = get_site_option( 'WPLANG' );