Example #1
0
function akismet_submit_spam_comment($comment_id)
{
    _deprecated_function(__FUNCTION__, '3.0', 'Akismet::submit_spam_comment()');
    return Akismet::submit_spam_comment($comment_id);
}
Example #2
0
function akismet_submit_spam_comment($comment_id)
{
    return Akismet::submit_spam_comment($comment_id);
}