Make WordPress Core


Ignore:
Timestamp:
10/10/2008 06:21:16 PM (16 years ago)
Author:
ryan
Message:

phpdoc for wp-admin. Props jacobsantos. see #7527

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-comment.php

    r9103 r9119  
    2626// All meta boxes should be defined and added before the first do_meta_boxes() call (or potentially during the do_meta_boxes action).
    2727
    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 */
     37function comment_submit_meta_box($comment) {
    2938?>
    3039<div class="submitbox" id="submitcomment">
Note: See TracChangeset for help on using the changeset viewer.