diff --git a/src/wp-content/themes/twentytwelve/inc/block-patterns.php b/src/wp-content/themes/twentytwelve/inc/block-patterns.php index 430b6584aa..65cdbd28b6 100644 --- a/src/wp-content/themes/twentytwelve/inc/block-patterns.php +++ b/src/wp-content/themes/twentytwelve/inc/block-patterns.php @@ -67,18 +67,17 @@ if ( function_exists( 'register_block_pattern' ) ) { ) ); - // Heading and paragraph arranged as a large quote. + // Quote with large paragraph text. register_block_pattern( 'twentytwelve/large-quote', array( 'title' => esc_html__( 'Left-aligned Large Quote', 'twentytwelve' ), '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 environment. Most people are even incapable of forming such opinions."', 'twentytwelve' ) . '

- -

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

- ', + 'content' => '
+

' . 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' ) . '
+ ', ) );