From 220213a3f98b3cca0506ebe0187e8c0856143d22 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 26 Oct 2014 10:45:18 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyfifteen/readme.txt | 1 + wp-content/themes/twentyfifteen/style.css | 4 ++++ wp-includes/version.php | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentyfifteen/readme.txt b/wp-content/themes/twentyfifteen/readme.txt index f1ee010ccf..17b28342d8 100644 --- a/wp-content/themes/twentyfifteen/readme.txt +++ b/wp-content/themes/twentyfifteen/readme.txt @@ -53,6 +53,7 @@ Available icons: (Linking to any of the following sites will automatically displ * Dropbox * Facebook * Flickr +* Foursquare * GitHub * Google+ * Instagram diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index f5f9cf0c4f..bf8ba7aee6 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/wp-content/themes/twentyfifteen/style.css @@ -781,6 +781,10 @@ a:focus { content: "\f211"; } +.social-navigation a[href*="foursquare.com"]:before { + content: "\f226"; +} + .social-navigation a[href*="plus.google.com"]:before { content: "\f206"; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 374f8264a7..6101a7b817 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.