You are here

function Notifications_Node_Author_Field::get_description in Notifications 7

Get description.

Overrides Notifications_Field_Default::get_description

File

notifications_user/notifications_user.inc, line 70
User subscriptions for Notifications

Class

Notifications_Node_Author_Field
Class Notifications_Node_Author_Field.

Code

function get_description() {
  return t('Author of a node');
}