comment_block_info

Versions
7
comment_block_info()

Implements hook_block_info().

Code

modules/comment/comment.module, line 295

<?php
function comment_block_info() {
  $blocks['recent']['info'] = t('Recent comments');

  return $blocks;
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.