diff options
Diffstat (limited to 'modules/node/node.pages.inc')
-rw-r--r-- | modules/node/node.pages.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/node/node.pages.inc b/modules/node/node.pages.inc index adcd326d4..2c1b942d6 100644 --- a/modules/node/node.pages.inc +++ b/modules/node/node.pages.inc @@ -159,6 +159,7 @@ function node_form(&$form_state, $node) { $form['additional_settings'] = array( '#type' => 'vertical_tabs', + '#weight' => 99, ); // Add a log field if the "Create new revision" option is checked, or if the |