From db2f3a9b1a2db7d99812b8af2413270a1bf9c826 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 25 Sep 2017 13:48:48 +0000 Subject: [PATCH] Twenty Seventeen: Add Docker Hub icon to supported social links. Props xkon. Fixes #41529. git-svn-id: https://develop.svn.wordpress.org/trunk@41593 602fd350-edb4-49c9-b593-d223f7449a82 --- .../themes/twentyseventeen/assets/images/svg-icons.svg | 4 ++++ src/wp-content/themes/twentyseventeen/inc/icon-functions.php | 1 + 2 files changed, 5 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 0cc94621f1..d5f9adee92 100644 --- a/src/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg +++ b/src/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg @@ -78,6 +78,10 @@ + + + + diff --git a/src/wp-content/themes/twentyseventeen/inc/icon-functions.php b/src/wp-content/themes/twentyseventeen/inc/icon-functions.php index a2a91a6e4d..3425f740df 100644 --- a/src/wp-content/themes/twentyseventeen/inc/icon-functions.php +++ b/src/wp-content/themes/twentyseventeen/inc/icon-functions.php @@ -174,6 +174,7 @@ function twentyseventeen_social_links_icons() { 'codepen.io' => 'codepen', 'deviantart.com' => 'deviantart', 'digg.com' => 'digg', + 'docker.com' => 'dockerhub', 'dribbble.com' => 'dribbble', 'dropbox.com' => 'dropbox', 'facebook.com' => 'facebook',