comment_menu_alter

Versions
7
comment_menu_alter(&$items)

Implements hook_menu_alter().

Code

modules/comment/comment.module, line 2456

<?php
function comment_menu_alter(&$items) {
  // Add comments to the description for admin/content.
  $items['admin/content']['description'] = "View, edit, and delete your site's content and comments.";
}
?>
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.