From 74a65d8839d7f0782355e59b1b39da41943929a4 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Fri, 3 Sep 2010 17:47:20 +0000
Subject: [PATCH] - Patch #630486 by brandonojc, Rob Loach: edit content types
 missing vertical tab summaries from content_types().js.

---
 modules/node/content_types.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/modules/node/content_types.inc b/modules/node/content_types.inc
index aed87edf3eb1..a9d4680cf183 100644
--- a/modules/node/content_types.inc
+++ b/modules/node/content_types.inc
@@ -139,6 +139,9 @@ function node_type_form($form, &$form_state, $type = NULL) {
 
   $form['additional_settings'] = array(
     '#type' => 'vertical_tabs',
+    '#attached' => array(
+      'js' => array(drupal_get_path('module', 'node') . '/content_types.js'),
+    ),
   );
 
   $form['submission'] = array(
-- 
GitLab