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:
parent
fdbd6b439b
commit
a031e94d8c
|
@ -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";
|
||||
}
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue