' . __( 'Comment' ) . '';
$quicktags_settings = array( 'buttons' => 'strong,em,link,block,del,ins,img,ul,ol,li,code,close' );
wp_editor( $comment->comment_content, 'content', array( 'media_buttons' => false, 'tinymce' => false, 'quicktags' => $quicktags_settings ) );
wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false ); ?>
@@ -71,41 +77,37 @@
-
+
@@ -161,7 +185,7 @@
*
* @since 3.0.0
*
- * @param object $comment Comment object.
+ * @param WP_Comment $comment Comment object.
*/
do_action( 'add_meta_boxes_comment', $comment );