Make WordPress Core

Ticket #28344: 28344.patch

File 28344.patch, 450 bytes (added by swissspidy, 9 years ago)

Group locale settings

  • src/wp-admin/options-general.php

    diff --git src/wp-admin/options-general.php src/wp-admin/options-general.php
    index cb3b7e8..f99519c 100644
    if ( $new_admin_email && $new_admin_email != get_option('admin_email') ) : ?> 
    209209</td>
    210210</tr>
    211211<?php } ?>
     212</table>
     213<h3 class="title"><?php _e( 'Locale' ); ?></h3>
     214<table class="form-table">
    212215<tr>
    213216<?php
    214217$current_offset = get_option('gmt_offset');