mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:36:38 +08:00
Fix phpcs
This commit is contained in:
parent
75f8622be0
commit
d7363a0d44
1 changed files with 1 additions and 4 deletions
|
@ -437,10 +437,7 @@ class PayUponInvoice {
|
|||
<?php
|
||||
array_map(
|
||||
static function( $message ) {
|
||||
/**
|
||||
* Already escaped when adding into `$error_messages`.
|
||||
* phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
|
||||
*/
|
||||
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
|
||||
echo '<p>' . $message . '</p>';
|
||||
},
|
||||
$error_messages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue