Esempio 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);
}
Esempio n. 2
0
function akismet_spam_count($type = false)
{
    return Akismet_Admin::get_spam_count($type);
}