浏览代码

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