Ejemplo n.º 1
0
function akismet_cmp_time($a, $b)
{
    _deprecated_function(__FUNCTION__, '3.0', 'Akismet::_cmp_time()');
    return Akismet::_cmp_time($a, $b);
}
Ejemplo n.º 2
0
function akismet_cmp_time($a, $b)
{
    return Akismet::_cmp_time($a, $b);
}