Remember to break

This commit is contained in:
Gerhard Potgieter 2020-11-10 19:36:34 +02:00
parent caf2ea99fa
commit 3c1352d36c
1 changed files with 1 additions and 0 deletions

View File

@ -541,6 +541,7 @@ class WC_Admin_Addons {
break;
case 'wcpay_banner_block':
self::output_wcpay_banner_block( (array) $section );
break;
}
}
}