Make WordPress Core


Ignore:
Timestamp:
10/31/2006 06:50:38 AM (19 years ago)
Author:
markjaquith
Message:

More [4432] cleanup. fixes #3309

File:
1 edited

Legend:

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

    r4267 r4437  
    6969        <th scope="row" valign="top"><?php _e('Delete'); $delete_nonce = wp_create_nonce( 'delete-comment_' . $comment->comment_ID ); ?>:</th>
    7070        <td><input name="deletecomment" class="button delete" type="submit" id="deletecomment" tabindex="10" value="<?php _e('Delete this comment') ?>" <?php echo "onclick=\"if ( confirm('" . __("You are about to delete this comment \\n  \'Cancel\' to stop, \'OK\' to delete.") . "') ) { document.forms.post._wpnonce.value = '$delete_nonce'; return true; } return false;\""; ?> />
    71         <input type="hidden" name="comment" value="<?php echo $comment->comment_ID ?>" />
     71        <input type="hidden" name="c" value="<?php echo $comment->comment_ID ?>" />
    7272        <input type="hidden" name="p" value="<?php echo $comment->comment_post_ID ?>" />
    7373        <input type="hidden" name="noredir" value="1" />
Note: See TracChangeset for help on using the changeset viewer.