Make WordPress Core


Ignore:
Timestamp:
09/19/2006 06:11:42 AM (18 years ago)
Author:
matt
Message:

Options cleanup and some styling changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-general.php

    r4144 r4196  
    1212<form method="post" action="options.php">
    1313<?php wp_nonce_field('update-options') ?>
     14<p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options &raquo;') ?>" /></p>
    1415<table class="optiontable">
    1516<tr valign="top">
     
    6566<th scope="row"><?php _e('Times in the weblog should differ by:') ?> </th>
    6667<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>
    6869</tr>
    6970<tr>
Note: See TracChangeset for help on using the changeset viewer.