CodeExplorer comment_status_meta_box example
function akismet_stats() { return Akismet_Admin::
dashboard_stats();
}function akismet_admin_warnings() { _deprecated_function( __FUNCTION__, '3.0'
);
}function akismet_comment_row_action( $a,
$comment ) { return Akismet_Admin::
comment_row_actions( $a,
$comment );
}function akismet_comment_status_meta_box( $comment ) { return Akismet_Admin::
comment_status_meta_box( $comment );
}function akismet_comments_columns( $columns ) { _deprecated_function( __FUNCTION__, '3.0'
);
return $columns;
}function akismet_comment_column_row( $column,
$comment_id ) { _deprecated_function( __FUNCTION__, '3.0'
);
}function akismet_text_add_link_callback( $m ) { return Akismet_Admin::
text_add_link_callback( $m );
}