Changeset 3050
- Timestamp:
- 11/11/2005 02:19:49 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-general.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-general.php
r2999 r3050 74 74 </tr> 75 75 <tr> 76 <th scope="row"> </th>77 <td><?php _e('The following use the same syntax as the <a href="http://php.net/date">PHP <code>date()</code> function</a>. Save option to update sample output.') ?> </td>78 </tr>79 <tr>80 76 <th scope="row"><?php _e('Default date format:') ?></th> 81 77 <td><input name="date_format" type="text" id="date_format" size="30" value="<?php form_option('date_format'); ?>" /><br /> … … 87 83 <?php _e('Output:') ?> <strong><?php echo gmdate(get_settings('time_format'), current_time('timestamp')); ?></strong></td> 88 84 </tr> 85 <tr> 86 <th scope="row"> </th> 87 <td><?php _e('<a href="http://codex.wordpress.org/Formatting_Date_and_Time">Documentation on date formatting</a>. Save option to update sample output.') ?> </td> 88 </tr> 89 89 <tr> 90 90 <th scope="row"><?php _e('Weeks in the calendar should start on:') ?></th>
Note: See TracChangeset
for help on using the changeset viewer.