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
This commit is contained in:
Ian Stewart 2014-10-24 14:55:18 +00:00
parent fdbd6b439b
commit a031e94d8c
2 changed files with 1 additions and 6 deletions

View File

@ -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";
}

View File

@ -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.