Ejemplo n.º 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);
}
Ejemplo n.º 2
0
function akismet_check_for_spam_button($comment_status)
{
    return Akismet_Admin::check_for_spam_button($comment_status);
}