public function Notifications_Comment::get_title in Notifications 7
File
- notifications_content/
notifications_content.inc, line 101 - Drupal Notifications Framework - Default class file
Class
Code
public function get_title() {
return t('Comment');
}