Make WordPress Core


Ignore:
Timestamp:
10/18/2022 12:35:54 AM (2 years ago)
Author:
desrosj
Message:

Twenty Twenty-Three: Sync the latest fixes for RC2.

For a full list of changes included, see the twentytwentythree repository on GitHub: https://github.com/WordPress/twentytwentythree/compare/4ea5d832ec9b684dcbf9ac5e67ff4e9ee5ae1e16...0f273d787481b391d428de671659533642b3aa3c.

Props mikachan, beafialho, kafleg, richtabor, poena, annezazu.
Fixes #56383.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentythree/patterns/hidden-404.php

    r54467 r54629  
    66 */
    77?>
    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>
    1214<!-- /wp:heading -->
    1315
    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 -->
    1921
    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>
    2228<!-- /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.