Skip to content

Commit

Permalink
Twenty Fifteen: add missing social link Genericons styles for Skype a…
Browse files Browse the repository at this point in the history
…nd Path.

Fixes #32332, props philiparthurmoore.
Built from https://develop.svn.wordpress.org/trunk@32497


git-svn-id: http://core.svn.wordpress.org/trunk@32467 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
lancewillett committed May 12, 2015
1 parent da99450 commit 4633e1e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions wp-content/themes/twentyfifteen/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,14 @@ a:focus {
content: "\f413";
}

.social-navigation a[href*="path.com"]:before {
content: "\f219";
}

.social-navigation a[href*="skype.com"]:before {
content: "\f220";
}

.secondary-toggle {
background-color: transparent;
border: 1px solid #eaeaea;
Expand Down
2 changes: 1 addition & 1 deletion wp-includes/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-alpha-32496';
$wp_version = '4.3-alpha-32497';

/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
Expand Down

0 comments on commit 4633e1e

Please sign in to comment.