array( 'label' => t('A new revision is created'), 'module' => 'revision_moderation', 'arguments' => array( 'node' => array('type' => 'node', 'label' => t('Node, which is being revised.')), 'user' => array('type' => 'user', 'label' => t('User, which created the revision.')), ), 'redirect' => TRUE, ), 'revision_publish' => array( 'label' => t('A revision is published'), 'module' => 'revision_moderation', 'arguments' => array( 'node' => array('type' => 'node', 'label' => t('Node, which is being revised.')), 'user' => array('type' => 'user', 'label' => t('User, which created the revision.')), ), 'redirect' => TRUE, ), ); }