diff --git a/functions.php b/functions.php index e5eef679..cf9ac57f 100644 --- a/functions.php +++ b/functions.php @@ -44,7 +44,7 @@ function twentytwentytwo_styles() { 'twentytwentytwo-style', get_template_directory_uri() . '/style.css', array(), - wp_get_theme()->get( 'Version' ), + wp_get_theme()->get( 'Version' ) ); // Add styles inline. diff --git a/inc/patterns/hidden-404.php b/inc/patterns/hidden-404.php index 3243e3a1..452cc9d7 100644 --- a/inc/patterns/hidden-404.php +++ b/inc/patterns/hidden-404.php @@ -3,9 +3,9 @@ * 404 content. */ return array( - 'title' => __( '404 content', 'twentytwentytwo' ), - 'inserter' => false, - 'content' => ' + 'title' => __( '404 content', 'twentytwentytwo' ), + 'inserter' => false, + 'content' => '

' . esc_html( _x( '404', 'Error code for a webpage that is not found.', 'twentytwentytwo' ) ) . '

diff --git a/inc/patterns/hidden-heading-and-bird.php b/inc/patterns/hidden-heading-and-bird.php index 5d5ade25..1cc5745d 100644 --- a/inc/patterns/hidden-heading-and-bird.php +++ b/inc/patterns/hidden-heading-and-bird.php @@ -7,9 +7,9 @@ * not appear in the inserter. */ return array( - 'title' => __( 'Heading and bird image', 'twentytwentytwo' ), - 'inserter' => false, - 'content' => ' + 'title' => __( 'Heading and bird image', 'twentytwentytwo' ), + 'inserter' => false, + 'content' => '

' . wp_kses_post( __( 'The Hatchery: a blog about my adventures in bird watching', 'twentytwentytwo' ) ) . '