Skip to content

Commit

Permalink
[#91] fixing html output
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-schmidt-viget committed Dec 22, 2023
1 parent 864a64a commit 0a051b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-mu-plugins/goodbids/blocks/bid-now/render.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
href="<?php echo esc_url( $bid_now->get_button_url() ); ?>"
class="wp-block-button__link wp-element-button w-full block text-center"
>
<?php echo esc_html( $bid_now->get_button_text() ); ?>
<?php echo wp_kses_post( $bid_now->get_button_text() ); ?>
</a>
</div>

0 comments on commit 0a051b6

Please sign in to comment.