Skip to content

Commit f871f4f

Browse files
committed
refactor: remove not used param
1 parent 91f9972 commit f871f4f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/PaymentGateways/TheGivingBlock/Admin/Tabs/GetStarted/GetStartedTabContent.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,11 @@ public function display()
5959
*/
6060
private function displaySetupInstructions()
6161
{
62-
$classes = !empty($field['wrapper_class']) ? esc_attr($field['wrapper_class']) : '';
6362
$organizationTabUrl = admin_url(
6463
'edit.php?post_type=give_forms&page=give-settings&tab=gateways&section=the-giving-block&group=organization'
6564
);
6665
?>
67-
<div class="give-tgb-setting-field give-tgb-get-started <?php echo $classes; ?>">
66+
<div class="give-tgb-setting-field give-tgb-get-started">
6867

6968
<div class="give-tgb-quick-start-box" style="background: #f0f8ff; border: 1px solid #0073aa; padding: 15px; border-radius: 5px; margin: 20px 0;">
7069
<h3 class="give-tgb-quick-start-title" style="margin-top: 0; color: #1565c0;">

0 commit comments

Comments
 (0)