Example #1
0
function akismet_transition_comment_status($new_status, $old_status, $comment)
{
    _deprecated_function(__FUNCTION__, '3.0', 'Akismet::transition_comment_status()');
    return Akismet::transition_comment_status($new_status, $old_status, $comment);
}
Example #2
0
function akismet_transition_comment_status($new_status, $old_status, $comment)
{
    return Akismet::transition_comment_status($new_status, $old_status, $comment);
}