Initial commit: WordPress wp-content (themes, plugins, languages)
- Theme: momentry (custom theme with REST API routes) - Plugins: code-snippets (contains all API proxies) - Languages: zh_TW translations - Excludes: cache, backups, uploads, logs
This commit is contained in:
10
themes/twentytwentyfour/patterns/hidden-no-results.php
Normal file
10
themes/twentytwentyfour/patterns/hidden-no-results.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Title: No results
|
||||
* Slug: twentytwentyfour/hidden-no-results
|
||||
* Inserter: no
|
||||
*/
|
||||
?>
|
||||
<!-- wp:paragraph -->
|
||||
<p><?php echo esc_html_x( 'No posts were found.', 'Message explaining that there are no results returned from a search', 'twentytwentyfour' ); ?></p>
|
||||
<!-- /wp:paragraph -->
|
||||
Reference in New Issue
Block a user