Пример #1
0
function akismet_add_comment_nonce()
{
    _deprecated_function(__FUNCTION__, '3.0', 'Akismet::add_comment_nonce()');
    return Akismet::add_comment_nonce($post_id);
}
Пример #2
0
function akismet_add_comment_nonce()
{
    return Akismet::add_comment_nonce($post_id);
}