Ejemplo n.º 1
0
function akismet_spam_count($type = false)
{
    _deprecated_function(__FUNCTION__, '3.0', 'Akismet_Admin::get_spam_count()');
    return Akismet_Admin::get_spam_count($type);
}
Ejemplo n.º 2
0
function akismet_spam_count($type = false)
{
    return Akismet_Admin::get_spam_count($type);
}