From 5116ed9ebb099e06fc0ecb3f39024c97e5d50c32 Mon Sep 17 00:00:00 2001 From: ianbelanger Date: Thu, 16 Apr 2020 19:01:09 +0000 Subject: [PATCH] Bundled Themes: Twenty Twenty add TikTok to the social icon menu. This adds TikTok as an option in the social icon menu. Props mislavjuric, poena, audrasjb. Fixes #49893. Built from https://develop.svn.wordpress.org/trunk@47589 git-svn-id: http://core.svn.wordpress.org/trunk@47364 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../twentytwenty/classes/class-twentytwenty-svg-icons.php | 5 +++++ wp-content/themes/twentytwenty/readme.txt | 5 +++++ wp-includes/version.php | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php b/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php index 025ad9f844..7d23da09d2 100644 --- a/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php +++ b/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php @@ -161,6 +161,9 @@ if ( ! class_exists( 'TwentyTwenty_SVG_Icons' ) ) { 'pocket' => array( 'getpocket.com', ), + 'tiktok' => array( + 'tiktok.com', + ), 'twitch' => array( 'twitch.tv', ), @@ -238,6 +241,8 @@ if ( ! class_exists( 'TwentyTwenty_SVG_Icons' ) ) { 'tumblr' => '', + 'tiktok' => '', + 'twitch' => '', 'twitter' => '', diff --git a/wp-content/themes/twentytwenty/readme.txt b/wp-content/themes/twentytwenty/readme.txt index 35acca2382..41437b5d97 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 Tik Tok 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 2693034d81..a37fbc47e8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-47588'; +$wp_version = '5.5-alpha-47589'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.