소스 검색

replace not needed esc_html_x by __

Matias Benedetto 1 년 전
부모
커밋
1dba09d90f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bibliophile/patterns/hidden-no-results-content.php

+ 1 - 1
bibliophile/patterns/hidden-no-results-content.php

@@ -8,5 +8,5 @@
 ?>
 
 <!-- wp:paragraph -->
-<p><?php echo esc_html_x( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'bibliophile' ); ?></p>
+<p><?php echo  __( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'bibliophile' ); ?></p>
 <!-- /wp:paragraph -->