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.