Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 74fc6ad

Browse files
Update line 325 to pass phpcs test
Split each arguments on to its own line.
1 parent 46972be commit 74fc6ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

includes/gateways/paypal/includes/admin/class-wcs-paypal-admin.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,8 @@ public static function add_enable_for_subscriptions_setting( $settings ) {
322322
$setting['description'] = sprintf(
323323
/* translators: Placeholders are the opening and closing link tags.*/
324324
__( "Before enabling PayPal Standard for Subscriptions, please note, when using PayPal Standard, customers are locked into using PayPal Standard for the life of their subscription, and PayPal Standard has a number of limitations. Please read the guide on %1\$swhy we don't recommend PayPal Standard%2\$s for Subscriptions before choosing to enable this option.", 'woocommerce-subscriptions' ),
325-
'<a href="https://woocommerce.com/document/limitations-of-paypal-standard/">', '</a>'
325+
'<a href="https://woocommerce.com/document/limitations-of-paypal-standard/">',
326+
'</a>'
326327
);
327328
}
328329

0 commit comments

Comments
 (0)