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