Show
Ignore:
Timestamp:
10/10/08 18:21:16 (2 months ago)
Author:
ryan
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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">