Upgarded to 4.17.4

This commit is contained in:
2022-06-23 13:17:18 +01:00
parent 80f1e87db9
commit a04fb0c7af
404 changed files with 54683 additions and 4417 deletions

View File

@ -88,13 +88,17 @@ class ET_Builder_Module_Fullwidth_Code extends ET_Builder_Module {
'<div%2$s class="%3$s">
%5$s
%4$s
%6$s
%7$s
%1$s
</div>',
$raw_content,
$this->module_id(),
$this->module_classname( $render_slug ),
$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;