Validation fixes

git-svn-id: https://develop.svn.wordpress.org/trunk@6961 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-21 22:20:19 +00:00
parent e6672666be
commit 908ed8a196
7 changed files with 18 additions and 18 deletions

View File

@@ -73,7 +73,7 @@ $time = mysql2date(get_option('time_format'), $comment->comment_date);
<p><?php printf($stamp, $date, $time); ?>
&nbsp;<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>