Upgarded to 4.17.4
This commit is contained in:
@ -411,13 +411,17 @@ class ET_Builder_Module_Accordion extends ET_Builder_Module {
|
||||
'<div%3$s class="%2$s">
|
||||
%5$s
|
||||
%4$s
|
||||
%6$s
|
||||
%7$s
|
||||
%1$s
|
||||
</div>',
|
||||
$this->content,
|
||||
$this->module_classname( $render_slug ),
|
||||
$this->module_id(),
|
||||
$video_background,
|
||||
$parallax_image_background
|
||||
$parallax_image_background,
|
||||
et_core_esc_previously( $this->background_pattern() ), // #6
|
||||
et_core_esc_previously( $this->background_mask() ) // #7
|
||||
);
|
||||
|
||||
return $output;
|
||||
|
Reference in New Issue
Block a user