示例#1
0
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);
}