diff --git a/wp-content/themes/twentythirteen/inc/block-patterns.php b/wp-content/themes/twentythirteen/inc/block-patterns.php index 051b0d5750..3475b63a4c 100644 --- a/wp-content/themes/twentythirteen/inc/block-patterns.php +++ b/wp-content/themes/twentythirteen/inc/block-patterns.php @@ -72,7 +72,7 @@ if ( function_exists( 'register_block_pattern' ) ) { 'content' => '
-
+

' . esc_html__( 'Space', 'twentythirteen' ) . '

@@ -80,7 +80,7 @@ if ( function_exists( 'register_block_pattern' ) ) {
-
+

@@ -88,7 +88,7 @@ if ( function_exists( 'register_block_pattern' ) ) {
-
+

' . esc_html__( 'Colonies', 'twentythirteen' ) . '

diff --git a/wp-content/themes/twentythirteen/readme.txt b/wp-content/themes/twentythirteen/readme.txt index 0be80cf989..d948809b68 100644 --- a/wp-content/themes/twentythirteen/readme.txt +++ b/wp-content/themes/twentythirteen/readme.txt @@ -44,6 +44,12 @@ Genericons icon font, Copyright 2013-2017 Automattic.com License: GNU GPL, Version 2 (or later) Source: http://www.genericons.com +Images +Cylinder Interior: https://www.flickr.com/photos/nasacommons/14052998066/in/album-72157644439092941/. Rick Guidice, NASA Ames Research Center. +Bernal Cutaway: https://www.flickr.com/photos/nasacommons/14052996976/in/album-72157644439092941/ Don Davis, NASA Ames Research Center. +Torus Interior: https://www.flickr.com/photos/nasacommons/14076102195/in/album-72157644439092941/ Rick Guidice, NASA Ames Research Center. +Toroidal Colony: https://www.flickr.com/photos/nasacommons/13889485757/in/album-72157644439092941/ Rick Guidice, NASA Ames Research Center. + == Changelog == = 3.3 = diff --git a/wp-includes/version.php b/wp-includes/version.php index 5f7944fcde..e4238e94ce 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-51033'; +$wp_version = '5.8-alpha-51034'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.