mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-28 02:19:19 +00:00
Updates TT4 with additional changes ready for beta 3. Props jessplease, pbwebd, poena, afercia, luminuu, beafialho, onemaggie, mhkuu, richtabor, benoitchantre. Close #59575. Built from https://develop.svn.wordpress.org/trunk@56813 git-svn-id: http://core.svn.wordpress.org/trunk@56325 1a063a9b-81f0-0310-95a4-ce76da25c4cd
11 lines
309 B
PHP
11 lines
309 B
PHP
<?php
|
|
/**
|
|
* Title: Hidden No Results Content
|
|
* Slug: twentytwentyfour/no-results-content
|
|
* 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 -->
|