Changeset 4196 for trunk/wp-admin/options-general.php
- Timestamp:
- 09/19/2006 06:11:42 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-general.php
r4144 r4196 12 12 <form method="post" action="options.php"> 13 13 <?php wp_nonce_field('update-options') ?> 14 <p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options »') ?>" /></p> 14 15 <table class="optiontable"> 15 16 <tr valign="top"> … … 65 66 <th scope="row"><?php _e('Times in the weblog should differ by:') ?> </th> 66 67 <td><input name="gmt_offset" type="text" id="gmt_offset" size="2" value="<?php form_option('gmt_offset'); ?>" /> 67 <?php _e('hours') ?> </td>68 <?php _e('hours') ?> (<?php _e('Your timezone offset, for example <code>-6</code> for Central Time.'); ?>)</td> 68 69 </tr> 69 70 <tr>
Note: See TracChangeset
for help on using the changeset viewer.