mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-23 07:51:49 +01:00
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:
parent
7102240efe
commit
3c86148c14
@ -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";
|
||||
}
|
||||
|
2
wp-admin/css/press-this-rtl.min.css
vendored
2
wp-admin/css/press-this-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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";
|
||||
}
|
||||
|
2
wp-admin/css/press-this.min.css
vendored
2
wp-admin/css/press-this.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user