Skip to content

Commit

Permalink
Remove section description support, no longer used.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Oct 4, 2023
1 parent 02b3340 commit 93f4411
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions views/meta-box-gateway-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,18 +150,6 @@ function ( $section ) {
<div class="pronamic-pay-tab">
<div class="pronamic-pay-tab-block gateway-config-section-header">
<h4 class="pronamic-pay-cloack"><?php echo esc_html( $section->title ); ?></h4>

<?php if ( isset( $section->description ) ) : ?>

<p>
<?php

echo $section->description;

?>
</p>

<?php endif; ?>
</div>

<table class="form-table">
Expand Down

0 comments on commit 93f4411

Please sign in to comment.