diff --git a/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php b/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php index e0e8edf3a7..9cfd50d56e 100644 --- a/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php +++ b/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php @@ -11,5 +11,5 @@ return array(

' . esc_html__( 'This page could not be found. Maybe try a search?', 'twentytwentytwo' ) . '

- ', + ', ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 476fa36e5e..d6c3135171 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52662'; +$wp_version = '6.0-alpha-52664'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.