Update views/wizards/setup/default.php

This commit is contained in:
David Stone
2025-04-07 09:37:05 -06:00
committed by GitHub
parent 47f8e8339d
commit 816abe7360

View File

@ -16,7 +16,7 @@
<?php endif; ?> <?php endif; ?>
<div class="wu-bg-white wu-p-4 wu--mx-5"> <div class="wu-bg-white wu-p-4 wu--mx-5">
<?php echo wp_kses_post($content); ?> <?php echo $content; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
</div> </div>
<!-- Submit Box --> <!-- Submit Box -->