Changeset 9119 for trunk/wp-admin/edit-form-comment.php
- Timestamp:
- 10/10/08 18:21:16 (2 months ago)
- Files:
-
- trunk/wp-admin/edit-form-comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/edit-form-comment.php
r9103 r9119 26 26 // All meta boxes should be defined and added before the first do_meta_boxes() call (or potentially during the do_meta_boxes action). 27 27 28 function comment_submit_meta_box($comment) { // not used, but keeping for a bit longer in case it's needed 28 /** 29 * Display comment edit meta box. 30 * 31 * Not used, but keeping for a bit longer in case it's needed. 32 * 33 * @since 2.7.0 34 * 35 * @param object $comment Comment data. 36 */ 37 function comment_submit_meta_box($comment) { 29 38 ?> 30 39 <div class="submitbox" id="submitcomment">
