From 97b8b37c04c60a458d9ddb6bd830c7f2730ba01d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 25 Sep 2017 13:13:17 +0000 Subject: [PATCH] Twenty Seventeen: Add Periscope icon to supported social links. Props xkon. Fixes #40959. git-svn-id: https://develop.svn.wordpress.org/trunk@41592 602fd350-edb4-49c9-b593-d223f7449a82 --- .../themes/twentyseventeen/assets/images/svg-icons.svg | 3 +++ src/wp-content/themes/twentyseventeen/inc/icon-functions.php | 1 + 2 files changed, 4 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 eb579db1a1..0cc94621f1 100644 --- a/src/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg +++ b/src/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg @@ -114,6 +114,9 @@ + + + diff --git a/src/wp-content/themes/twentyseventeen/inc/icon-functions.php b/src/wp-content/themes/twentyseventeen/inc/icon-functions.php index 28b7d94aad..a2a91a6e4d 100644 --- a/src/wp-content/themes/twentyseventeen/inc/icon-functions.php +++ b/src/wp-content/themes/twentyseventeen/inc/icon-functions.php @@ -186,6 +186,7 @@ function twentyseventeen_social_links_icons() { 'mailto:' => 'envelope-o', 'medium.com' => 'medium', 'pinterest.com' => 'pinterest-p', + 'pscp.tv' => 'periscope', 'getpocket.com' => 'get-pocket', 'reddit.com' => 'reddit-alien', 'skype.com' => 'skype',