function comment_block_info

Implements hook_block_info().

File

modules/comment/comment.module, line 421

Code

function comment_block_info() {
    $blocks['recent']['info'] = t('Recent comments');
    $blocks['recent']['properties']['administrative'] = TRUE;
    return $blocks;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.