mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1131 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -98,12 +98,12 @@ include('options-head.php');
|
||||
<tr>
|
||||
<th scope="row"><?php _e('Default date format:') ?></th>
|
||||
<td><input name="date_format" type="text" id="date_format" size="30" value="<?php echo get_settings('date_format'); ?>" /><br />
|
||||
Output: <strong><?php echo date(get_settings('date_format'), current_time('timestamp', true)); ?></strong></td>
|
||||
<?php _e('Output:') ?> <strong><?php echo date(get_settings('date_format'), current_time('timestamp', true)); ?></strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><?php _e('Default time format:') ?></th>
|
||||
<td><input name="time_format" type="text" id="time_format" size="30" value="<?php echo get_settings('time_format'); ?>" /><br />
|
||||
Output: <strong><?php echo date(get_settings('time_format'), current_time('timestamp', true)); ?></strong></td>
|
||||
<?php _e('Output:') ?> <strong><?php echo date(get_settings('time_format'), current_time('timestamp', true)); ?></strong></td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
|
||||
Reference in New Issue
Block a user