From 5bc4b925513265ec8ade9f1fbc21471787537fd1 Mon Sep 17 00:00:00 2001 From: ianbelanger Date: Thu, 11 Jun 2020 15:31:09 +0000 Subject: [PATCH] Bundled Themes: Twenty Seventeen add Telegram and Whatsapp support to Social Media Menu. Adds Telegram and Whatsapp support and SVG's to Social Media Menu. Props cpasqualini, audrasjb, laurelfulford, karmatosed, ibdz. Fixes #43999. Built from https://develop.svn.wordpress.org/trunk@48027 git-svn-id: http://core.svn.wordpress.org/trunk@47795 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../themes/twentyseventeen/assets/images/svg-icons.svg | 7 +++++++ wp-content/themes/twentyseventeen/inc/icon-functions.php | 3 +++ wp-includes/version.php | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg b/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg index d5f9adee92..4a6bc5983c 100644 --- a/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg +++ b/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg @@ -130,6 +130,13 @@ + + + + + + + diff --git a/wp-content/themes/twentyseventeen/inc/icon-functions.php b/wp-content/themes/twentyseventeen/inc/icon-functions.php index 11a1b0be16..6aa695e41a 100644 --- a/wp-content/themes/twentyseventeen/inc/icon-functions.php +++ b/wp-content/themes/twentyseventeen/inc/icon-functions.php @@ -197,12 +197,15 @@ function twentyseventeen_social_links_icons() { 'soundcloud.com' => 'soundcloud', 'spotify.com' => 'spotify', 'stumbleupon.com' => 'stumbleupon', + 't.me' => 'telegram', + 'telegram.me' => 'telegram', 'tumblr.com' => 'tumblr', 'twitch.tv' => 'twitch', 'twitter.com' => 'twitter', 'vimeo.com' => 'vimeo', 'vine.co' => 'vine', 'vk.com' => 'vk', + 'whatsapp.com' => 'whatsapp', 'wordpress.org' => 'wordpress', 'wordpress.com' => 'wordpress', 'yelp.com' => 'yelp', diff --git a/wp-includes/version.php b/wp-includes/version.php index 919ad146ee..e4c65ba2c7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-48026'; +$wp_version = '5.5-alpha-48027'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.