From 01efcd51a6ec092b5aebc0f7b613d8447cbb516c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 25 Sep 2017 13:14:45 +0000 Subject: [PATCH] Twenty Seventeen: Add Periscope icon to supported social links. Props xkon. Fixes #40959. Built from https://develop.svn.wordpress.org/trunk@41592 git-svn-id: http://core.svn.wordpress.org/trunk@41425 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyseventeen/assets/images/svg-icons.svg | 3 +++ wp-content/themes/twentyseventeen/inc/icon-functions.php | 1 + wp-includes/version.php | 2 +- 3 files changed, 5 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 eb579db1a1..0cc94621f1 100644 --- a/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg +++ b/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg @@ -114,6 +114,9 @@ + + + diff --git a/wp-content/themes/twentyseventeen/inc/icon-functions.php b/wp-content/themes/twentyseventeen/inc/icon-functions.php index 28b7d94aad..a2a91a6e4d 100644 --- a/wp-content/themes/twentyseventeen/inc/icon-functions.php +++ b/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', diff --git a/wp-includes/version.php b/wp-includes/version.php index 2af66441b9..c233ed57bf 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41591'; +$wp_version = '4.9-alpha-41592'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.