mirror of
https://ghproxy.net/https://github.com/AlxMedia/textdash.git
synced 2025-08-26 17:00:31 +08:00
esc_url for wordpress link in footer
This commit is contained in:
parent
152135dfb1
commit
8ca1d604c4
2 changed files with 6 additions and 2 deletions
|
@ -63,7 +63,7 @@
|
||||||
|
|
||||||
<?php if ( get_theme_mod( 'credit', 'on' ) == 'on' ): ?>
|
<?php if ( get_theme_mod( 'credit', 'on' ) == 'on' ): ?>
|
||||||
<div id="credit">
|
<div id="credit">
|
||||||
<p><?php esc_html_e('Powered by','textdash'); ?> <a href="http://wordpress.org" rel="nofollow">WordPress</a>. <?php esc_html_e('Theme by','textdash'); ?> <a href="http://alx.media" rel="nofollow">Alx</a>.</p>
|
<p><?php esc_html_e('Powered by','textdash'); ?> <a href="<?php esc_url( __( 'https://wordpress.org', 'textdash' ) ); ?>" rel="nofollow">WordPress</a>. <?php esc_html_e('Theme by','textdash'); ?> <a href="http://alx.media" rel="nofollow">Alx</a>.</p>
|
||||||
</div><!--/#credit-->
|
</div><!--/#credit-->
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Textdash\n"
|
"Project-Id-Version: Textdash\n"
|
||||||
"POT-Creation-Date: 2021-08-15 12:09+0200\n"
|
"POT-Creation-Date: 2021-08-15 12:12+0200\n"
|
||||||
"PO-Revision-Date: 2018-09-21 21:27+0100\n"
|
"PO-Revision-Date: 2018-09-21 21:27+0100\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
|
@ -51,6 +51,10 @@ msgstr ""
|
||||||
msgid "Powered by"
|
msgid "Powered by"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: footer.php:66
|
||||||
|
msgid "https://wordpress.org"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: footer.php:66
|
#: footer.php:66
|
||||||
msgid "Theme by"
|
msgid "Theme by"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue