From d5c3483f8cc37081ee5cbb404a61c0abaf142eae Mon Sep 17 00:00:00 2001 From: Ian Belanger Date: Thu, 11 Jun 2020 15:29:02 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@48027 602fd350-edb4-49c9-b593-d223f7449a82 --- .../themes/twentyseventeen/assets/images/svg-icons.svg | 7 +++++++ .../themes/twentyseventeen/inc/icon-functions.php | 3 +++ 2 files changed, 10 insertions(+) diff --git a/src/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg b/src/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg index d5f9adee92..4a6bc5983c 100644 --- a/src/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg +++ b/src/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg @@ -130,6 +130,13 @@ + + + + + + + diff --git a/src/wp-content/themes/twentyseventeen/inc/icon-functions.php b/src/wp-content/themes/twentyseventeen/inc/icon-functions.php index 11a1b0be16..6aa695e41a 100644 --- a/src/wp-content/themes/twentyseventeen/inc/icon-functions.php +++ b/src/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',