- Timestamp:
- 10/18/2022 12:35:54 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentythree/patterns/hidden-404.php
r54467 r54629 6 6 */ 7 7 ?> 8 <!-- wp:heading {"level":1,"className":"has-text-align-center"} --> 9 <h1 class="has-text-align-center"> 10 <?php echo esc_html_x( '404', 'Error code for a webpage that is not found.', 'twentytwentythree' ); ?> 11 </h1> 8 <!-- wp:spacer {"height":"var(--wp--preset--spacing--30)"} --> 9 <div style="height:var(--wp--preset--spacing--30)" aria-hidden="true" class="wp-block-spacer"></div> 10 <!-- /wp:spacer --> 11 12 <!-- wp:heading {"level":1,"align":"wide"} --> 13 <h1 class="alignwide"><?php echo esc_html_x( '404', 'Error code for a webpage that is not found.', 'twentytwentythree' ); ?></h1> 12 14 <!-- /wp:heading --> 13 15 14 <!-- wp: paragraph {"align":"center"} -->15 < p class="has-text-align-center">16 < ?php echo esc_html_x( 'This page could not be found.', 'Message to convey that a webpage could not be found', 'twentytwentythree' ); ?>17 </p>18 <!-- /wp:paragraph -->16 <!-- wp:group {"align":"wide","layout":{"type":"default"},"style":{"spacing":{"margin":{"top":"5px"}}}} --> 17 <div class="wp-block-group alignwide" style="margin-top:5px"> 18 <!-- wp:paragraph --> 19 <p><?php echo esc_html_x( 'This page could not be found.', 'Message to convey that a webpage could not be found', 'twentytwentythree' ); ?></p> 20 <!-- /wp:paragraph --> 19 21 20 <!-- wp:spacer {"height":"var(--wp--preset--spacing--40)"} --> 21 <div style="height:var(--wp--preset--spacing--40)" aria-hidden="true" class="wp-block-spacer"></div> 22 <!-- 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,"width":100,"widthUnit":"%","buttonText":"<?php esc_attr_e( 'Search', 'twentytwentythree' ); ?>","buttonUseIcon":true,"align":"center"} /--> 23 </div> 24 <!-- /wp:group --> 25 26 <!-- wp:spacer {"height":"var(--wp--preset--spacing--70)"} --> 27 <div style="height:var(--wp--preset--spacing--70)" aria-hidden="true" class="wp-block-spacer"></div> 22 28 <!-- /wp:spacer --> 23 24 <!-- 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,"width":100,"widthUnit":"%","buttonText":"<?php esc_attr_e( 'Search', 'twentytwentythree' ); ?>","buttonUseIcon":true,"align":"center"} /-->
Note: See TracChangeset
for help on using the changeset viewer.