Changeset 929 for trunk/wp-admin/options-general.php
- Timestamp:
- 02/24/2004 03:12:43 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-general.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-general.php
r878 r929 108 108 <table width="100%" cellspacing="2" cellpadding="5" class="editform"> 109 109 <tr> 110 <th scope="row" width="33%"> The servers currenttime is: </th>111 <td><code><?php echo date('Y-m-d g:i:s a'); ?></code></td>110 <th scope="row" width="33%"><acronym title="Greenwich Meridian Time">GMT</acronym> time is: </th> 111 <td><code><?php echo gmdate('Y-m-d g:i:s a'); ?></code></td> 112 112 </tr> 113 113 <tr>
Note: See TracChangeset
for help on using the changeset viewer.