From 4694a819fe6709e99ecc111cdb9afd3ce5e08e08 Mon Sep 17 00:00:00 2001 From: whyisjake Date: Fri, 15 May 2020 21:50:09 +0000 Subject: [PATCH] Bundled Themes: Twenty Twenty fix typo in readme.txt. Fixed TikTok was misspelled as Tik Tok in the readme.txt. Backporting change to the 5.4 branch. Props Asif2BD. Fixes #49932. Built from https://develop.svn.wordpress.org/branches/5.4@47804 git-svn-id: http://core.svn.wordpress.org/branches/5.4@47580 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwenty/readme.txt | 5 +++++ wp-includes/version.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentytwenty/readme.txt b/wp-content/themes/twentytwenty/readme.txt index 35acca2382..a186a90095 100644 --- a/wp-content/themes/twentytwenty/readme.txt +++ b/wp-content/themes/twentytwenty/readme.txt @@ -77,6 +77,11 @@ License: MIT License, https://opensource.org/licenses/MIT Source: https://feathericons.com Used for post meta icons, and the link icon in the social menu. +Flaticon Icons +License: Creative Commons BY 3.0, http://creativecommons.org/licenses/by/3.0/ +Source: Made by Freepik (https://www.flaticon.com/authors/freepik) for Flaticon (http://www.flaticon.com) +Used for TikTok social icon. + Social Icons License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/wp-includes/version.php b/wp-includes/version.php index 9552f499de..69a930679a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4.2-alpha-47803'; +$wp_version = '5.4.2-alpha-47804'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.