Increase weight of node clone tab

This commit is contained in:
Manuel Cillero 2017-07-26 14:04:46 +02:00
parent 9349230316
commit 6f9ecbd39d

View file

@ -42,7 +42,7 @@ function clone_menu() {
'page callback' => 'clone_node_check', 'page callback' => 'clone_node_check',
'page arguments' => array(1), 'page arguments' => array(1),
'title' => 'Clone', 'title' => 'Clone',
'weight' => 5, 'weight' => 10,
'file' => 'clone.pages.inc', 'file' => 'clone.pages.inc',
'type' => MENU_LOCAL_TASK, 'type' => MENU_LOCAL_TASK,
); );