function Notifications_Node_Author_Field::get_title in Notifications 7
Get field name.
Overrides Notifications_Field_Default::get_title
File
- notifications_user/notifications_user.inc, line 63 
- User subscriptions for Notifications
Class
- Notifications_Node_Author_Field
- Class Notifications_Node_Author_Field.
Code
function get_title() {
  return t('Node: Author');
}