Changeset 19013 for trunk/wp-admin/edit-form-comment.php
- Timestamp:
- 10/19/2011 09:43:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-comment.php
r18632 r19013 131 131 do_action('add_meta_boxes_comment', $comment); 132 132 133 do_meta_boxes( 'comment', 'normal', $comment);133 do_meta_boxes(null, 'normal', $comment); 134 134 ?> 135 135 <input type="hidden" name="c" value="<?php echo esc_attr($comment->comment_ID) ?>" />
Note: See TracChangeset
for help on using the changeset viewer.