Make WordPress Core


Ignore:
Timestamp:
02/22/2008 07:43:06 AM (18 years ago)
Author:
westi
Message:

Styling updates for the settings pages. Fixes #5959 props iammattthomas.

File:
1 edited

Legend:

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

    r6932 r6978  
    9292<th scope="row"><?php _e('Time Format') ?></th>
    9393<td><input name="time_format" type="text" id="time_format" size="30" value="<?php form_option('time_format'); ?>" /><br />
    94 <?php _e('Output:') ?> <strong><?php echo gmdate(get_option('time_format'), current_time('timestamp')); ?></strong></td>
    95 </tr>
    96 <tr>
    97 <th scope="row">&nbsp;</th>
    98 <td><?php _e('<a href="http://codex.wordpress.org/Formatting_Date_and_Time">Documentation on date formatting</a>. Click "Save Changes" to update sample output.') ?> </td>
     94<?php _e('Output:') ?> <strong><?php echo gmdate(get_option('time_format'), current_time('timestamp')); ?></strong><br />
     95<?php _e('<a href="http://codex.wordpress.org/Formatting_Date_and_Time">Documentation on date formatting</a>. Click "Save Changes" to update sample output.') ?></td>
    9996</tr>
    10097<tr>
Note: See TracChangeset for help on using the changeset viewer.