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
This commit is contained in:
audrasjb 2022-02-07 18:29:04 +00:00
parent 602b46626c
commit bab3bdf2df
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ if ( function_exists( 'register_block_pattern' ) ) {
'categories' => array( 'twentytwelve' ),
'viewportWidth' => 700,
'content' => '<!-- wp:paragraph {"style":{"typography":{"fontSize":"40px","lineHeight":1.5}}} -->
<p style="font-size:40px;line-height:1.5"><strong><em>' . 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' ) . '</em></strong></p>
<p style="font-size:40px;line-height:1.5"><strong><em>' . 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' ) . '</em></strong></p>
<!-- /wp:paragraph --><!-- wp:paragraph -->
<p><em>' . esc_html__( ' Albert Einstein', 'twentytwelve' ) . '</em></p>
<!-- /wp:paragraph -->',

View File

@ -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.