File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/PaymentGateways/TheGivingBlock/Admin/Tabs/GetStarted Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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§ion=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;">
You can’t perform that action at this time.
0 commit comments