You are here

constant SUBMITTED_BY_COMMENT_NODE_TEXT in Submitted By 7

3 uses of SUBMITTED_BY_COMMENT_NODE_TEXT
submitted_by_form_node_type_form_alter in ./submitted_by.module
Implements hook_form_FORM_ID_alter().
submitted_by_install in ./submitted_by.install
Set up submitted varaiables.
submitted_by_update_7001 in ./submitted_by.install
Set up submitted varaiables.

File

./submitted_by.module, line 11
Take over the "Submitted by" theme function.

Code

define('SUBMITTED_BY_COMMENT_NODE_TEXT', t('Submitted by [comment:author] on [comment:created]'));