Make WordPress Core


Ignore:
Timestamp:
07/28/2004 04:01:45 AM (21 years ago)
Author:
rboren
Message:

Bug 0000163. Confirm comment deletion. Courtesy of BrianMeidell and Kitten.

File:
1 edited

Legend:

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

    r1429 r1493  
    7979
    8080</form>
    81 <p><a class="delete" href="post.php?action=deletecomment&amp;noredir=true&amp;comment=<?php echo $commentdata['comment_ID']; ?>&amp;p=<?php echo $commentdata['comment_post_ID']; ?>"><?php _e('Delete comment') ?></a></p>
     81<p><a class="delete" href="post.php?action=confirmdeletecomment&amp;noredir=true&amp;comment=<?php echo $commentdata['comment_ID']; ?>&amp;p=<?php echo $commentdata['comment_post_ID']; ?>"><?php _e('Delete comment') ?></a></p>
    8282</div>
Note: See TracChangeset for help on using the changeset viewer.