Issue #1963976 by shanethehat, Cottser: Remove theme_views_tab() and theme_views_tabset() declarations from views_ui_theme().

8.0.x
webchick 2013-04-12 00:23:34 -07:00
parent 5ca8576b3c
commit ca94ae9032
1 changed files with 1 additions and 7 deletions

View File

@ -139,13 +139,7 @@ function views_ui_theme() {
'file' => 'views_ui.theme.inc',
),
// tab themes
'views_tabset' => array(
'variables' => array('tabs' => NULL),
),
'views_tab' => array(
'variables' => array('body' => NULL),
),
// Reordering displays.
'views_ui_reorder_displays_form' => array(
'render element' => 'form',
'file' => 'views_ui.theme.inc',