Changeset 3050

Show
Ignore:
Timestamp:
11/11/05 02:19:49 (3 years ago)
Author:
matt
Message:

Better link for date formatting, fixes #1419

Files:

Legend:

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

    r2999 r3050  
    7474</tr> 
    7575<tr> 
    76 <th scope="row">&nbsp;</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> 
    8076<th scope="row"><?php _e('Default date format:') ?></th> 
    8177<td><input name="date_format" type="text" id="date_format" size="30" value="<?php form_option('date_format'); ?>" /><br /> 
     
    8783<?php _e('Output:') ?> <strong><?php echo gmdate(get_settings('time_format'), current_time('timestamp')); ?></strong></td> 
    8884</tr>  
     85<tr> 
     86<th scope="row">&nbsp;</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> 
    8989<tr> 
    9090<th scope="row"><?php _e('Weeks in the calendar should start on:') ?></th>