NOX-ROOT-MARAZ Manager v2
PHP 8+ Secure
/
home
/
xiedrke
/
styledrop
/
wp-content
/
themes
/
twentytwentythree
/
patterns
/
Name
Size
Perms
Actions
📄 hidden-comments.php
2,140 B
0644
Edit
|
Chmod
|
Delete
📄 hidden-no-results.php
711 B
0644
Edit
|
Chmod
|
Delete
📄 post-meta.php
2,729 B
0644
Edit
|
Chmod
|
Delete
Editing: hidden-no-results.php
<?php /** * Title: Hidden No Results Content * Slug: twentytwentythree/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', 'twentytwentythree' ); ?> </p> <!-- /wp:paragraph --> <!-- wp:search {"label":"<?php echo esc_html_x( 'Search', 'label', 'twentytwentythree' ); ?>","placeholder":"<?php echo esc_attr_x( 'Search...', 'placeholder for search field', 'twentytwentythree' ); ?>","showLabel":false,"buttonText":"<?php esc_attr_e( 'Search', 'twentytwentythree' ); ?>","buttonUseIcon":true} /-->
Cancel