소스 검색

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 -->