Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/66424' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rudlinkon committed Oct 8, 2024
2 parents f426070 + e302482 commit 05245e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions includes/Elements/Adv_Tabs.php
Original file line number Diff line number Diff line change
Expand Up @@ -1116,8 +1116,8 @@ protected function render()
$tab_id = $tab_id === 'safari' ? 'eael-safari-tab' : $tab_id . '-tab'; ?>

<div id="<?php echo esc_attr( $tab_id ); ?>" class="clearfix eael-tab-content-item <?php echo esc_attr($tab['eael_adv_tabs_tab_show_as_default']); ?>" data-title-link="<?php echo esc_attr( $tab_id ); ?>">
<?php
if ('content' == $tab['eael_adv_tabs_text_type']) :
<?php
if ('content' == $tab['eael_adv_tabs_text_type']) :
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
echo $this->parse_text_editor( $tab['eael_adv_tabs_tab_content'] );

Expand All @@ -1129,7 +1129,7 @@ protected function render()
}

// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
echo Plugin::$instance->frontend->get_builder_content( $tab['eael_primary_templates'] );
echo Plugin::$instance->frontend->get_builder_content( $tab['eael_primary_templates'], true );
}
endif; ?>
</div>
Expand Down

0 comments on commit 05245e4

Please sign in to comment.