From bab3bdf2df4ea57766793932719665a14c810698 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Mon, 7 Feb 2022 18:29:04 +0000 Subject: [PATCH] Twenty Twelve: Typo correction a bundled pattern. This change fixes a typo in the "Left-aligned Large Quote" block pattern. Props tobifjellner, rafiahmedd, mukesh27. Fixes #55099. Built from https://develop.svn.wordpress.org/trunk@52690 git-svn-id: http://core.svn.wordpress.org/trunk@52279 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwelve/inc/block-patterns.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentytwelve/inc/block-patterns.php b/wp-content/themes/twentytwelve/inc/block-patterns.php index 653983fe66..be038d9dfd 100644 --- a/wp-content/themes/twentytwelve/inc/block-patterns.php +++ b/wp-content/themes/twentytwelve/inc/block-patterns.php @@ -75,7 +75,7 @@ if ( function_exists( 'register_block_pattern' ) ) { 'categories' => array( 'twentytwelve' ), 'viewportWidth' => 700, 'content' => ' -

' . esc_html__( '"Few people are capable of expressing with equanimity opinions which differ from the prejudices of their social eznvironment. Most people are even incapable of forming such opinions."', 'twentytwelve' ) . '

+

' . esc_html__( '"Few people are capable of expressing with equanimity opinions which differ from the prejudices of their social environment. Most people are even incapable of forming such opinions."', 'twentytwelve' ) . '

' . esc_html__( '— Albert Einstein', 'twentytwelve' ) . '

', diff --git a/wp-includes/version.php b/wp-includes/version.php index b8f5d8775b..9c3f5d9c77 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52689'; +$wp_version = '6.0-alpha-52690'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.