From f8148ca4f4c3528e72e363c07cdea135048f902d Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Wed, 2 Feb 2022 23:41:19 +0000 Subject: [PATCH] Twenty Twenty-Two: Make 404 pattern search label and button translatable. This changes makes the Twenty Twenty-Two "hidden-404" pattern fully prepared for translation. Props kjellr, walbo. Fixes #54928. git-svn-id: https://develop.svn.wordpress.org/trunk@52664 602fd350-edb4-49c9-b593-d223f7449a82 --- .../themes/twentytwentytwo/inc/patterns/hidden-404.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php index e0e8edf3a7..9cfd50d56e 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php +++ b/src/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' ) . '

- ', + ', );