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.