Skip to content

Commit

Permalink
use esc_url....
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed May 14, 2024
1 parent a277035 commit 49069da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/partials/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<footer>
<!-- ELEMENT: Navigation -->
<ul class="sui-footer-nav">
<li><a href="<?php echo esc_url_raw( FAQ_URL ); ?>" target="_blank"><?php esc_html_e( 'FAQ', 'easy-text-to-speech' ); ?></a></li>
<li><a href="<?php echo esc_url( FAQ_URL ); ?>" target="_blank"><?php esc_html_e( 'FAQ', 'easy-text-to-speech' ); ?></a></li>
<li><a href="<?php echo esc_url( BLOG_URL ); ?>" target="_blank"><?php esc_html_e( 'Blog', 'easy-text-to-speech' ); ?></a></li>
<li><a href="<?php echo esc_url( SUPPORT_URL ); ?>" target="_blank"><?php esc_html_e( 'Support', 'easy-text-to-speech' ); ?></a></li>
<li><a href="<?php echo esc_url( DOCS_URL ); ?>" target="_blank"><?php esc_html_e( 'Docs', 'easy-text-to-speech' ); ?></a></li>
Expand Down

0 comments on commit 49069da

Please sign in to comment.