Exemplo n.º 1
0
function akismet_delete_old()
{
    _deprecated_function(__FUNCTION__, '3.0', 'Akismet::delete_old_comments()');
    return Akismet::delete_old_comments();
}
Exemplo n.º 2
0
function akismet_delete_old()
{
    return Akismet::delete_old_comments();
}