Skip to content

Commit f7310ec

Browse files
author
michelvaldrighi
committed
using gmt_offset option instead of time_difference from now on
git-svn-id: https://develop.svn.wordpress.org/trunk@944 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 047441f commit f7310ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wp-admin/options-general.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function add_magic_quotes($array) {
6666
<h2>General Options</h2>
6767
<form name="form1" method="post" action="options.php">
6868
<input type="hidden" name="action" value="update" />
69-
<input type="hidden" name="action" value="update" /> <input type="hidden" name="page_options" value="'blogname','blogdescription','siteurl','admin_email','users_can_register','new_users_can_blog','time_difference'" />
69+
<input type="hidden" name="action" value="update" /> <input type="hidden" name="page_options" value="'blogname','blogdescription','siteurl','admin_email','users_can_register','new_users_can_blog','gmt_offset'" />
7070
<table width="100%" cellspacing="2" cellpadding="5" class="editform">
7171
<tr valign="top">
7272
<th width="33%" scope="row">Weblog title: </th>
@@ -108,7 +108,7 @@ function add_magic_quotes($array) {
108108
</tr>
109109
<tr>
110110
<th scope="row">Times in the weblog should differ by: </th>
111-
<td><input name="time_difference" type="text" id="time_difference" size="2" value="<?php echo get_settings('time_difference'); ?>" />
111+
<td><input name="gmt_offset" type="text" id="gmt_offset" size="2" value="<?php echo get_settings('gmt_offset'); ?>" />
112112
hours </td>
113113
</tr>
114114
</table>

0 commit comments

Comments
 (0)