mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Date display and editing tweaks.
git-svn-id: https://develop.svn.wordpress.org/trunk@7285 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -39,11 +39,11 @@ addLoadEvent(focusit);
|
||||
</p>
|
||||
|
||||
<?php
|
||||
$stamp = __('Timestamp:<br />%1$s at %2$s');
|
||||
$stamp = __('%1$s at %2$s');
|
||||
$date = mysql2date(get_option('date_format'), $comment->comment_date);
|
||||
$time = mysql2date(get_option('time_format'), $comment->comment_date);
|
||||
?>
|
||||
<p><?php printf($stamp, $date, $time); ?>
|
||||
<p class="curtime"><?php printf($stamp, $date, $time); ?>
|
||||
<a href="#edit_timestamp" class="edit-timestamp"><?php _e('Edit') ?></a></p>
|
||||
|
||||
<div id='timestampdiv'><?php touch_time(('editcomment' == $action), 0, 5); ?></div>
|
||||
|
||||
Reference in New Issue
Block a user