|
@@ -5,12 +5,14 @@
|
|
|
* Inserter: no
|
|
|
*/
|
|
|
?>
|
|
|
-<!-- wp:heading {"textAlign":"left","level":1,"fontSize":"large","anchor":"oops-that-page-can-t-be-found"} -->
|
|
|
-<h1 class="wp-block-heading has-text-align-left has-large-font-size" id="oops-that-page-can-t-be-found">
|
|
|
- <?php echo esc_html__( 'Oops! That page can’t be found.', 'hey' ); ?></h1>
|
|
|
-
|
|
|
+<!-- wp:heading {"textAlign":"left","level":1,"fontSize":"large"} -->
|
|
|
+<h1 class="wp-block-heading has-text-align-left has-large-font-size">
|
|
|
+ <?php echo esc_html__( 'Oops! That page can’t be found.', 'hey' ); ?>
|
|
|
+</h1>
|
|
|
<!-- /wp:heading -->
|
|
|
|
|
|
<!-- wp:paragraph -->
|
|
|
<p><?php echo esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'hey' ); ?></p>
|
|
|
<!-- /wp:paragraph -->
|
|
|
+
|
|
|
+<!-- wp:search {"label":"","showLabel":false,"placeholder":"<?php echo esc_attr__( 'Search...', 'hey' ); ?>","buttonUseIcon":true} /-->
|