diff --git a/includes/elements/column.php b/includes/elements/column.php index 94795fee610..f905b680503 100644 --- a/includes/elements/column.php +++ b/includes/elements/column.php @@ -182,7 +182,10 @@ protected function _register_controls() { $possible_tags = [ 'div', + 'header', + 'footer', 'article', + 'section', 'aside', 'nav', ]; diff --git a/includes/elements/section.php b/includes/elements/section.php index 74ed1902626..9ab86633b1b 100644 --- a/includes/elements/section.php +++ b/includes/elements/section.php @@ -447,13 +447,13 @@ protected function _register_controls() { ); $possible_tags = [ - 'section', + 'div', 'header', 'footer', - 'aside', 'article', + 'section', + 'aside', 'nav', - 'div', ]; $options = [