Remove overzealous escaping

This commit is contained in:
David Stone
2025-04-07 09:47:01 -06:00
parent 816abe7360
commit d86e54544b
7 changed files with 10 additions and 10 deletions
views
base
dashboard-statistics
events
invoice
settings
shortcodes
wizards
host-integrations

@@ -12,7 +12,7 @@
<h3 class="wu-my-1 wu-text-2xs wu-uppercase"><?php echo esc_html__('Message', 'wp-multisite-waas'); ?></h3>
<span class="wu-my-1 wu-inline-block">
<?php echo wp_kses_post($object->get_message()); ?>
<?php echo $object->get_message(); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
</span>
</li>