Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
KingYes committed Dec 29, 2024
1 parent abf3270 commit 2fd135a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/settings-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function hello_elementor_settings_page_footer() {
<h3><?php esc_html_e( 'What\'s new:', 'hello-elementor' ); ?></h3>
<?php foreach ( $notifications as $item ) : ?>
<h4><?php echo esc_html( $item['title'] ); ?></h4>
<p><?php echo wp_filter_post_kses( $item['description'] ); ?></p>
<p><?php echo wp_kses_post( $item['description'] ); ?></p>
<?php endforeach; ?>
<button class="close"><?php echo esc_html__( 'Close', 'hello-elementor' ); ?></button>
</dialog>
Expand Down

0 comments on commit 2fd135a

Please sign in to comment.