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

@ -828,6 +828,8 @@ class ET_Builder_Module_Pricing_Tables extends ET_Builder_Module {
'<div%3$s class="%2$s"%6$s>
%5$s
%4$s
%7$s
%8$s
<div class="et_pb_pricing_table_wrap">
%1$s
</div>
@ -837,7 +839,9 @@ class ET_Builder_Module_Pricing_Tables extends ET_Builder_Module {
$this->module_id(),
$video_background,
$parallax_image_background,
$multi_view_data_attr
$multi_view_data_attr,
et_core_esc_previously( $this->background_pattern() ), // #7
et_core_esc_previously( $this->background_mask() ) // #8
);
$output .= $this->keep_box_shadow_compatibility( $attrs, $content, $render_slug );