Changeset 14044 for trunk/wp-admin/edit-form-comment.php
- Timestamp:
- 04/09/2010 03:17:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-comment.php
r12162 r14044 125 125 </div> 126 126 127 <?php do_meta_boxes('comment', 'normal', $comment); ?> 127 <?php 128 do_action('add_meta_boxes', 'comment', $comment); 129 do_action('add_meta_boxes_comment', $comment); 128 130 131 do_meta_boxes('comment', 'normal', $comment); 132 ?> 129 133 <input type="hidden" name="c" value="<?php echo esc_attr($comment->comment_ID) ?>" /> 130 134 <input type="hidden" name="p" value="<?php echo esc_attr($comment->comment_post_ID) ?>" />
Note: See TracChangeset
for help on using the changeset viewer.