Make WordPress Core

Ticket #5741: 5741.diff

File 5741.diff, 623 bytes (added by scohoust, 16 years ago)
  • Users/Scott/Sites/wp/trunk/wp-admin/edit-form-comment.php

     
    125125</div>
    126126
    127127<?php do_meta_boxes('comment', 'normal', $comment); ?>
     128<?php do_action('edit_comment_form', $comment->comment_ID); ?>
    128129
    129130<input type="hidden" name="c" value="<?php echo esc_attr($comment->comment_ID) ?>" />
    130131<input type="hidden" name="p" value="<?php echo esc_attr($comment->comment_post_ID) ?>" />