13 lines
228 B
PHP
13 lines
228 B
PHP
<?php
|
||
/**
|
||
* Title: A 404 page
|
||
* Slug: azur/404
|
||
* Inserter: no
|
||
*/
|
||
|
||
declare( strict_types = 1 );
|
||
?>
|
||
|
||
<!-- wp:paragraph -->
|
||
<p><?php echo esc_html__( 'Oops! That page can’t be found.', 'azur' ); ?></p>
|
||
<!-- /wp:paragraph -->
|