瀏覽代碼

Common: removing unused pattern

Matias Benedetto 2 年之前
父節點
當前提交
a7807b5ea4
共有 1 個文件被更改,包括 0 次插入10 次删除
  1. 0 10
      common/patterns/hidden-no-results-content.php

+ 0 - 10
common/patterns/hidden-no-results-content.php

@@ -1,10 +0,0 @@
-<?php
-/**
- * Title: Hidden No Results Content
- * Slug: common/hidden-no-results-content
- * Inserter: no
- */
-?>
-<!-- wp:paragraph -->
-<p><?php echo esc_html_x( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'Message explaining that there are no results returned from a search', 'common' ); ?></p>
-<!-- /wp:paragraph -->