Make WordPress Core


Ignore:
Timestamp:
03/10/2005 09:50:26 AM (21 years ago)
Author:
ryan
Message:

Fix timestamp editing. http://mosquito.wordpress.org/view.php?id=1022

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-comment.php

    r2367 r2429  
    7575    <tr>
    7676        <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>
    7878    </tr>
    7979<?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.