|
@@ -516,10 +516,10 @@ |
|
|
block discarded – undo |
|
516
|
516
|
} |
|
517
|
517
|
|
|
518
|
518
|
if ( empty( $private_key ) && false !== \strpos( $field['meta_key'], 'apple_pay' ) ) { |
|
519
|
|
- printf( |
|
520
|
|
- '<p class="pronamic-pay-description description">%s</p><p> </p>', |
|
521
|
|
- esc_html__( 'Leave empty to auto fill when uploading an Apple Pay Merchant Identity PKCS#12 certificate file.', 'pronamic_ideal' ) |
|
522
|
|
- ); |
|
|
519
|
+ printf( |
|
|
520
|
+ '<p class="pronamic-pay-description description">%s</p><p> </p>', |
|
|
521
|
+ esc_html__( 'Leave empty to auto fill when uploading an Apple Pay Merchant Identity PKCS#12 certificate file.', 'pronamic_ideal' ) |
|
|
522
|
+ ); |
|
523
|
523
|
} |
|
524
|
524
|
|
|
525
|
525
|
printf( |
Please login to merge, or discard this patch.