mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
fix has()?get():'' bug
This commit is contained in:
parent
92221536a0
commit
b636345f92
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ return array(
|
|||
If you want to change this settings, please click %2$sReset%3$s',
|
||||
'paypal-for-woocommerce'
|
||||
),
|
||||
'<mark>' . $settings->has( 'merchant_email' ) ? $settings->get( 'merchant_email' ) . '</mark>' : '',
|
||||
$settings->has( 'merchant_email' ) ? '<mark>' . $settings->get( 'merchant_email' ) . '</mark>' : '',
|
||||
'<button name="save" value="reset">',
|
||||
'</button>'
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue