瀏覽代碼

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

Takashi Irie 2 年之前
父節點
當前提交
89a2f84759
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 -->