git-svn-id: https://develop.svn.wordpress.org/trunk@2429 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2005-03-10 09:50:26 +00:00
parent cac1655fae
commit d8cb7841fb
2 changed files with 19 additions and 7 deletions

View File

@@ -74,7 +74,7 @@ edCanvas = document.getElementById('content');
<?php if ($user_level > 4) : ?>
<tr>
<th scope="row"><?php _e('Edit time'); ?>:</th>
<td><?php touch_time(($action == 'edit')); ?></td>
<td><?php touch_time(('editcomment' == $action), 0); ?></td>
</tr>
<?php endif; ?>