Skip to content
Snippets Groups Projects
Commit ca94ae90 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1963976 by shanethehat, Cottser: Remove theme_views_tab() and...

Issue #1963976 by shanethehat, Cottser: Remove theme_views_tab() and theme_views_tabset() declarations from views_ui_theme().
parent 5ca8576b
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment