diff --git a/wp-content/themes/twentyfourteen/header.php b/wp-content/themes/twentyfourteen/header.php index cc272438ff..34cdf48a8e 100644 --- a/wp-content/themes/twentyfourteen/header.php +++ b/wp-content/themes/twentyfourteen/header.php @@ -25,7 +25,7 @@ diff --git a/wp-content/themes/twentyten/block-patterns.php b/wp-content/themes/twentyten/block-patterns.php index 72da6673da..ac418b63c5 100644 --- a/wp-content/themes/twentyten/block-patterns.php +++ b/wp-content/themes/twentyten/block-patterns.php @@ -33,7 +33,7 @@ if ( function_exists( 'register_block_pattern' ) ) { 'title' => esc_html__( 'Introduction', 'twentyten' ), 'categories' => array( 'twentyten' ), 'viewportWidth' => 700, - 'content' => '
' . esc_attr__( 'A red barn with a white roof in a field.', 'twentyten' ) . '
' . esc_html__( 'An old barn we passed on the drive', 'twentyten' ) . '

' . esc_html__( 'A Weekend Away', 'twentyten' ) . '

' . esc_html__( 'It’s amazing what a good weekend can do. After a tough couple weeks at work, I knew I needed to get away and be in nature. My partner and I decided to take a long weekend and stay in a cabin in the woods. We packed up after work on Friday and drove out into the country, passing through fields full of horses, old farms, and quaint little town squares. It was an idyllic drive. Eventually, we reached our destination and unpacked the car. We couldn’t wait to cook up a simple dinner and then relax by the fireplace.', 'twentyten' ) . '

', + 'content' => '
' . esc_attr__( 'A red barn with a white roof in a field.', 'twentyten' ) . '
' . esc_html__( 'An old barn we passed on the drive', 'twentyten' ) . '

' . esc_html__( 'A Weekend Away', 'twentyten' ) . '

' . esc_html__( 'It’s amazing what a good weekend can do. After a tough couple weeks at work, I knew I needed to get away and be in nature. My partner and I decided to take a long weekend and stay in a cabin in the woods. We packed up after work on Friday and drove out into the country, passing through fields full of horses, old farms, and quaint little town squares. It was an idyllic drive. Eventually, we reached our destination and unpacked the car. We couldn’t wait to cook up a simple dinner and then relax by the fireplace.', 'twentyten' ) . '

', ) ); @@ -55,7 +55,7 @@ if ( function_exists( 'register_block_pattern' ) ) { 'title' => esc_html__( 'Alternating Images', 'twentyten' ), 'categories' => array( 'twentyten' ), 'viewportWidth' => 700, - 'content' => '
' . esc_attr__( 'A lake with several boats docked. The sun is rising behind mountains in the background.', 'twentyten' ) . '
' . esc_html__( 'The lake at 6:54 AM', 'twentyten' ) . '

' . esc_html__( 'Nearby our cabin was a lake. The sunrise looked beautiful as it rose over the hills beyond the water, reflecting down onto the gentle morning waves. I sat on the dock and drank a cup of coffee, enjoying the cool air on my skin. The coffee kept me warm inside.', 'twentyten' ) . '

' . esc_html__( 'Later that night, we went back to the lake and sat by the shore. It felt different at night; quieter, as if all of nature had gone to sleep for a little while. The only noises were the chirp of crickets and the soft splash of the waves lapping at the shore. What a beautiful way to end the day.', 'twentyten' ) . '

' . esc_attr__( 'A lake at night, with Adirondack chairs in the foreground. The sun sets in the background.', 'twentyten' ) . '
' . esc_html__( 'Relaxing at the lake after dinner', 'twentyten' ) . '
', + 'content' => '
' . esc_attr__( 'A lake with several boats docked. The sun is rising behind mountains in the background.', 'twentyten' ) . '
' . esc_html__( 'The lake at 6:54 AM', 'twentyten' ) . '

' . esc_html__( 'Nearby our cabin was a lake. The sunrise looked beautiful as it rose over the hills beyond the water, reflecting down onto the gentle morning waves. I sat on the dock and drank a cup of coffee, enjoying the cool air on my skin. The coffee kept me warm inside.', 'twentyten' ) . '

' . esc_html__( 'Later that night, we went back to the lake and sat by the shore. It felt different at night; quieter, as if all of nature had gone to sleep for a little while. The only noises were the chirp of crickets and the soft splash of the waves lapping at the shore. What a beautiful way to end the day.', 'twentyten' ) . '

' . esc_attr__( 'A lake at night, with Adirondack chairs in the foreground. The sun sets in the background.', 'twentyten' ) . '
' . esc_html__( 'Relaxing at the lake after dinner', 'twentyten' ) . '
', ) ); } diff --git a/wp-content/themes/twentyten/header.php b/wp-content/themes/twentyten/header.php index a15e5b52fc..df1616ec75 100644 --- a/wp-content/themes/twentyten/header.php +++ b/wp-content/themes/twentyten/header.php @@ -39,7 +39,7 @@ if ( ( $paged >= 2 || $page >= 2 ) && ! is_404() ) { ?> - + diff --git a/wp-content/themes/twentytwelve/header.php b/wp-content/themes/twentytwelve/header.php index ff170bf9b7..fcb5f89875 100644 --- a/wp-content/themes/twentytwelve/header.php +++ b/wp-content/themes/twentytwelve/header.php @@ -26,7 +26,7 @@ diff --git a/wp-includes/version.php b/wp-includes/version.php index 5cec915028..189a356b36 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-beta3-54404'; +$wp_version = '6.1-beta3-54405'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.