From a031e94d8c50efcb572413749e4c219d47f7d3f1 Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Fri, 24 Oct 2014 14:55:18 +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. Built from https://develop.svn.wordpress.org/trunk@30010 git-svn-id: http://core.svn.wordpress.org/trunk@30010 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/style.css | 5 ----- wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index 3955ad9ec8..31b71c34c1 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/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"; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 370711ea46..c1d1b6ece9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30009'; +$wp_version = '4.1-alpha-30010'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.