Exemple #1
0
function akismet_check_for_spam_button($comment_status)
{
    _deprecated_function(__FUNCTION__, '3.0', 'Akismet_Admin::check_for_spam_button()');
    return Akismet_Admin::check_for_spam_button($comment_status);
}
function akismet_check_for_spam_button($comment_status)
{
    return Akismet_Admin::check_for_spam_button($comment_status);
}