You are here

function workbench_workflows_menu_alter in Workbench Moderation 7.2

Implements hook_menu_alter().

File

modules/workbench_workflows/workbench_workflows.module, line 295
workbench_workflows.module

Code

function workbench_workflows_menu_alter(&$items) {

  // Move up the states link.
  // @todo, is there a way to set the weight at the plugin registration?
  $items['admin/config/workflow/workbench-workflows/states']['weight'] = -111;
}