From e67582c9115ba3948393718cdaa136be01c1342c Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Fri, 24 Oct 2014 14:54:12 +0000 Subject: [PATCH] Twenty Fifteen: removing Skype from the list of social links is easier than adding skype to $allowed_protocols. Props iamtakashi, fixes #30059. git-svn-id: https://develop.svn.wordpress.org/trunk@30010 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index 3955ad9ec8..31b71c34c1 100644 --- a/src/wp-content/themes/twentyfifteen/style.css +++ b/src/wp-content/themes/twentyfifteen/style.css @@ -818,11 +818,6 @@ a:focus { content: "\f222"; } -.social-navigation a[href*="skype.com"]:before, -.social-navigation a[href*="skype:"]:before:before { - content: "\f220"; -} - .social-navigation a[href*="stumbleupon.com"]:before { content: "\f223"; }