Changeset 6475 for trunk/wp-admin/options-general.php
- Timestamp:
- 12/23/2007 10:05:37 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-general.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-general.php
r6026 r6475 13 13 <?php wp_nonce_field('update-options') ?> 14 14 <p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options »') ?>" /></p> 15 <table class=" optiontable">15 <table class="niceblue"> 16 16 <tr valign="top"> 17 17 <th scope="row"><?php _e('Blog title:') ?></th> … … 55 55 </td> 56 56 </tr> 57 </table>58 <fieldset class="options">59 <legend><?php _e('Date and Time') ?></legend>60 <table class="optiontable">61 57 <tr> 62 58 <th scope="row"><?php _e('<abbr title="Coordinated Universal Time">UTC</abbr> time is:') ?> </th> … … 94 90 </tr> 95 91 </table> 96 </fieldset>97 92 98 93 <p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options »') ?>" />
Note: See TracChangeset
for help on using the changeset viewer.