mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-07 18:50:12 +00:00
Validation fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@6961 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -73,7 +73,7 @@ $time = mysql2date(get_option('time_format'), $comment->comment_date);
|
||||
<p><?php printf($stamp, $date, $time); ?>
|
||||
<a href="#edit_timestamp" class="edit-timestamp"><?php _e('Edit') ?></a></p>
|
||||
|
||||
<div id='timestamp'><?php touch_time(('editcomment' == $action), 0, 5); ?></div>
|
||||
<div id='timestampdiv'><?php touch_time(('editcomment' == $action), 0, 5); ?></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user