123456789101112 |
- <?php
- /**
- * Title: A 404 page
- * Slug: trellick/404
- * Inserter: no
- */
- declare( strict_types = 1 );
- ?>
- <!-- wp:heading {"level":1,"fontSize":"medium","anchor":"oops-that-page-can-t-be-found"} -->
- <h1 class="wp-block-heading has-medium-font-size" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'Nothing found. Maybe try a search?', 'trellick' ); ?></h1>
- <!-- /wp:heading -->
|