Press This: Add missing icons for Chat and Status post formats.

Props menakas, ejner69.
Fixes #40304.
Built from https://develop.svn.wordpress.org/trunk@40355


git-svn-id: http://core.svn.wordpress.org/trunk@40262 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-03-31 08:19:48 +00:00
parent 7102240efe
commit 3c86148c14
5 changed files with 19 additions and 3 deletions

View File

@ -701,6 +701,10 @@ dd {
content: "\f123";
}
.post-format-chat:before {
content: "\f125";
}
.post-format-image:before {
content: "\f128";
}
@ -717,6 +721,10 @@ dd {
content: "\f122";
}
.post-format-status:before {
content: "\f130";
}
.post-format-link:before {
content: "\f103";
}

File diff suppressed because one or more lines are too long

View File

@ -701,6 +701,10 @@ dd {
content: "\f123";
}
.post-format-chat:before {
content: "\f125";
}
.post-format-image:before {
content: "\f128";
}
@ -717,6 +721,10 @@ dd {
content: "\f122";
}
.post-format-status:before {
content: "\f130";
}
.post-format-link:before {
content: "\f103";
}

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.8-alpha-40353';
$wp_version = '4.8-alpha-40355';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.