Changeset 9119 for trunk/wp-admin/edit-form-comment.php
- Timestamp:
- 10/10/2008 06:21:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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">
Note: See TracChangeset
for help on using the changeset viewer.