예제 #1
0
function akismet_submit_nonspam_comment($comment_id)
{
    _deprecated_function(__FUNCTION__, '3.0', 'Akismet_Admin::submit_nonspam_comment()');
    return Akismet_Admin::submit_nonspam_comment($comment_id);
}