Ejemplo n.º 1
0
function akismet_result_hold($approved)
{
    _deprecated_function(__FUNCTION__, '3.0', 'Akismet::comment_needs_moderation()');
    return Akismet::comment_needs_moderation($approved);
}
Ejemplo n.º 2
0
function akismet_result_hold($approved)
{
    return Akismet::comment_needs_moderation($approved);
}