You are here

function workbench_moderation_transition_access in Workbench Moderation 7.3

Same name and namespace in other branches
  1. 7 workbench_moderation.module \workbench_moderation_transition_access()

Wrapper for user_access to admin workbench_moderation.

1 string reference to 'workbench_moderation_transition_access'
workbench_moderation_entity_info in ./workbench_moderation.module
Implements hook_entity_info().

File

./workbench_moderation.module, line 2331
Content moderation for Workbench.

Code

function workbench_moderation_transition_access($op, $profile = NULL, $account = NULL) {
  return user_access('administer workbench moderation');
}