From 4995a09ba207eb328bcc6b0013c743f3976af414 Mon Sep 17 00:00:00 2001 From: ryelle Date: Wed, 26 May 2021 16:55:57 +0000 Subject: [PATCH] Twenty Thirteen: Fix missing translations in block patterns, add image credits. Props audrasjb, melchoyce. Follow-up to [51012]. Fixes #51104. Built from https://develop.svn.wordpress.org/trunk@51034 git-svn-id: http://core.svn.wordpress.org/trunk@50643 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentythirteen/inc/block-patterns.php | 6 +++--- wp-content/themes/twentythirteen/readme.txt | 6 ++++++ wp-includes/version.php | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) 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.