Ticket #43144: 43144.patch
| File 43144.patch, 1.1 KB (added by , 8 years ago) |
|---|
-
src/wp-admin/css/common.css
627 627 .page-title-action:focus { 628 628 color: #124964; 629 629 } 630 630 /* Dashicon for site language on General setting screen */ 631 .form-table th label[for="WPLANG"] .dashicons { 632 margin-left: 5px; 633 vertical-align: middle; 634 } 631 635 .wrap .page-title-action:focus { 632 636 border-color: #5b9dd9; 633 637 box-shadow: 0 0 2px rgba( 30, 140, 190, 0.8 ); -
src/wp-admin/options-general.php
162 162 if ( ! empty( $languages ) || ! empty( $translations ) ) { 163 163 ?> 164 164 <tr> 165 <th scope="row"><label for="WPLANG"><?php _e( 'Site Language' ); ?>< /label></th>165 <th scope="row"><label for="WPLANG"><?php _e( 'Site Language' ); ?><span class="dashicons dashicons-translation"></span></label></th> 166 166 <td> 167 167 <?php 168 168 $locale = get_locale();