コード例 #1
0
ファイル: wrapper.php プロジェクト: Didox/beminfinito
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);
}
コード例 #2
0
function akismet_check_for_spam_button($comment_status)
{
    return Akismet_Admin::check_for_spam_button($comment_status);
}