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:
Sergey Biryukov 2014-10-26 10:45:18 +00:00
parent 1bd594f033
commit 220213a3f9
3 changed files with 6 additions and 1 deletions

View File

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

View File

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

View File

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