From 116a9b3039f08dee03ab29b9e103b48bdb5ef28e Mon Sep 17 00:00:00 2001 From: ianbelanger Date: Tue, 21 Apr 2020 19:43:09 +0000 Subject: [PATCH] Bundled Themes: Twenty Twenty missed license for images. Fixes the image license in the readme by removing screenshot.png. Props h71, poena. Fixes #49316. Built from https://develop.svn.wordpress.org/trunk@47608 git-svn-id: http://core.svn.wordpress.org/trunk@47383 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwenty/readme.txt | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentytwenty/readme.txt b/wp-content/themes/twentytwenty/readme.txt index a186a90095..3d2c4e1239 100644 --- a/wp-content/themes/twentytwenty/readme.txt +++ b/wp-content/themes/twentytwenty/readme.txt @@ -57,7 +57,7 @@ Chaplin Theme is distributed under the terms of the GNU GPL version 2.0 Twenty Twenty bundles the following third-party resources: -Illustrations in screenshot.png by Tammie Lister +Illustrations by Tammie Lister License: Creative Commons Zero (CC0), https://creativecommons.org/publicdomain/zero/1.0/ Inter Font diff --git a/wp-includes/version.php b/wp-includes/version.php index 98d625c0ad..15ed399bf2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-47607'; +$wp_version = '5.5-alpha-47608'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.