Twenty Fifteen: Add Foursquare icon support to the social link menu.
props iamtakashi. fixes #30100. Built from https://develop.svn.wordpress.org/trunk@30023 git-svn-id: http://core.svn.wordpress.org/trunk@30023 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1bd594f033
commit
220213a3f9
|
@ -53,6 +53,7 @@ Available icons: (Linking to any of the following sites will automatically displ
|
||||||
* Dropbox
|
* Dropbox
|
||||||
* Facebook
|
* Facebook
|
||||||
* Flickr
|
* Flickr
|
||||||
|
* Foursquare
|
||||||
* GitHub
|
* GitHub
|
||||||
* Google+
|
* Google+
|
||||||
* Instagram
|
* Instagram
|
||||||
|
|
|
@ -781,6 +781,10 @@ a:focus {
|
||||||
content: "\f211";
|
content: "\f211";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.social-navigation a[href*="foursquare.com"]:before {
|
||||||
|
content: "\f226";
|
||||||
|
}
|
||||||
|
|
||||||
.social-navigation a[href*="plus.google.com"]:before {
|
.social-navigation a[href*="plus.google.com"]:before {
|
||||||
content: "\f206";
|
content: "\f206";
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.1-alpha-30022';
|
$wp_version = '4.1-alpha-30023';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue