Changeset 39068 for trunk/src/wp-admin/options-general.php
- Timestamp:
- 11/01/2016 09:15:42 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-general.php
r38720 r39068 148 148 149 149 <select id="timezone_string" name="timezone_string" aria-describedby="timezone-description"> 150 <?php echo wp_timezone_choice($tzstring); ?>150 <?php echo wp_timezone_choice( $tzstring, get_user_locale() ); ?> 151 151 </select> 152 152
Note: See TracChangeset
for help on using the changeset viewer.