Changeset 2429 for trunk/wp-admin/edit-form-comment.php
- Timestamp:
- 03/10/2005 09:50:26 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-form-comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-comment.php
r2367 r2429 75 75 <tr> 76 76 <th scope="row"><?php _e('Edit time'); ?>:</th> 77 <td><?php touch_time(( $action == 'edit')); ?></td>77 <td><?php touch_time(('editcomment' == $action), 0); ?></td> 78 78 </tr> 79 79 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.