git-svn-id: http://svn.automattic.com/wordpress/trunk@2429 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2005-03-10 09:50:26 +00:00
parent 2bc77d4189
commit 379367cfbe
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; ?>