Esempio n. 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);
}
Esempio n. 2
0
function akismet_submit_spam_comment($comment_id)
{
    return Akismet::submit_spam_comment($comment_id);
}