
* Update theme.json Fix the subscribe button width issue with css until it's fixed in Jetpack. * Update templates Update theme templates to add custom CSS class. * Update screenshot.png * Update footer widgets Minor updates to the content of the footer widgets. * Update theme.json Remove system font. Make headings bold. * Add strict type declarations. * Update footer widgets Update the copy of the About section.
12 lines
398 B
PHP
12 lines
398 B
PHP
<?php
|
|
/**
|
|
* Title: Hidden No Results Content
|
|
* Slug: strand/hidden-no-results-content
|
|
* Inserter: no
|
|
*/
|
|
|
|
declare( strict_types = 1 );
|
|
?>
|
|
<!-- 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', 'strand' ); ?></p>
|
|
<!-- /wp:paragraph -->
|