Sfoglia il codice sorgente

Exmoor: Fix footer credit so it will be replaced correctly for WP.com (#7188)

Takashi Irie 2 anni fa
parent
commit
89a2f84759
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      exmoor/patterns/footer.php

+ 1 - 1
exmoor/patterns/footer.php

@@ -47,7 +47,7 @@
 					/* Translators: WordPress link. */
 					$wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'exmoor' ) ) . '" rel="nofollow">WordPress</a>';
 					echo sprintf(
-						wp_kses_post( __( 'Designed with<br>%1$s', 'exmoor' ) ),
+						esc_html__( 'Designed with %1$s', 'exmoor' ),
 						$wordpress_link
 					);?></p>
 			<!-- /wp:paragraph -->