Increase weight of node clone tab
This commit is contained in:
parent
9349230316
commit
6f9ecbd39d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
);
|
);
|
||||||
|
|
Reference in a new issue