mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix PHPCS errors
This commit is contained in:
parent
7b499b3780
commit
708fcc0faa
6 changed files with 118 additions and 90 deletions
|
@ -40,6 +40,8 @@ if ( $processor->next_tag( 'div' ) ) {
|
|||
$updated_html = (string) $processor;
|
||||
?>
|
||||
|
||||
<div id="ppcp-paylater-message-block" <?php echo get_block_wrapper_attributes(); ?>>
|
||||
<?php echo $updated_html; ?>
|
||||
<div id="ppcp-paylater-message-block" <?php echo wp_kses_data( get_block_wrapper_attributes() ); ?>>
|
||||
<?php
|
||||
echo $updated_html; // phpcs:ignore -- No need to escape it, all added attributes have been sanitized above.
|
||||
?>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue