diff --git patterns/footer-centered-logo-nav.php patterns/footer-centered-logo-nav.php
index 4370eac..936961e 100644
|
|
|
22 | 22 | echo sprintf( |
23 | 23 | /* Translators: Designed with WordPress */ |
24 | 24 | esc_html__( 'Designed with %1$s', 'twentytwentyfour' ), |
25 | | $wordpress_link |
| 25 | esc_url( $wordpress_link ) |
26 | 26 | ); |
27 | 27 | ?> |
28 | 28 | </p> |
diff --git patterns/footer-colophon-3-col.php patterns/footer-colophon-3-col.php
index cfb15db..1de989f 100644
|
|
|
91 | 91 | echo sprintf( |
92 | 92 | /* Translators: Designed with WordPress */ |
93 | 93 | esc_html__( 'Designed with %1$s', 'twentytwentyfour' ), |
94 | | $wordpress_link |
| 94 | esc_url( $wordpress_link ) |
95 | 95 | ); |
96 | 96 | ?> |
97 | 97 | </p> |
diff --git patterns/footer.php patterns/footer.php
index b39b3dd..4631fe8 100644
|
|
|
117 | 117 | echo sprintf( |
118 | 118 | /* Translators: Designed with WordPress */ |
119 | 119 | esc_html__( 'Designed with %1$s', 'twentytwentyfour' ), |
120 | | $wordpress_link |
| 120 | esc_url( $wordpress_link ) |
121 | 121 | ); |
122 | 122 | ?> |
123 | 123 | </p> |
diff --git patterns/text-centered-statement-small.php patterns/text-centered-statement-small.php
index c24a51a..40e6ba1 100644
|
|
|
20 | 20 | echo sprintf( |
21 | 21 | /* Translators: About text placeholder */ |
22 | 22 | esc_html__( 'I write about finance, management and economy, my book “%1$s” is out now.', 'twentytwentyfour' ), |
23 | | $about_link |
| 23 | esc_url( $about_link ) |
24 | 24 | ); |
25 | 25 | ?> |
26 | 26 | </em> |