コード例 #1
0
ファイル: wrapper.php プロジェクト: Didox/beminfinito
function akismet_submit_nonspam_comment($comment_id)
{
    _deprecated_function(__FUNCTION__, '3.0', 'Akismet::submit_nonspam_comment()');
    return Akismet::submit_nonspam_comment($comment_id);
}
コード例 #2
0
function akismet_submit_nonspam_comment($comment_id)
{
    return Akismet::submit_nonspam_comment($comment_id);
}