
* Initial commit. * update min req version and readme credits * move footer to pattern * fix 404 pattern and template * fix header part * fix templates * remove unused images * fix button styles * rename directory aalto to paimio * rename aalto references to paimio * fix button styles * update screenshot * rename search results pattern * fix issue with root padding * update tags and urls --------- Co-authored-by: madhusudhand <madhusudhan.dollu@gmail.com>
12 lines
No EOL
279 B
PHP
12 lines
No EOL
279 B
PHP
<?php
|
|
/**
|
|
* Title: Search pattern
|
|
* Slug: paimio/hidden-no-results
|
|
* Inserter: no
|
|
*/
|
|
|
|
?>
|
|
|
|
<!-- wp:paragraph -->
|
|
<p><?php echo esc_html__( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'paimio' ); ?></p>
|
|
<!-- /wp:paragraph -->
|