Press This: Reorder post format icon styles for consistency with get_post_format_strings().

See #40304.
Built from https://develop.svn.wordpress.org/trunk@40356


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

View File

@ -705,18 +705,18 @@ dd {
content: "\f125";
}
.post-format-gallery:before {
content: "\f161";
}
.post-format-link:before {
content: "\f103";
}
.post-format-image:before {
content: "\f128";
}
.post-format-video:before {
content: "\f126";
}
.post-format-audio:before {
content: "\f127";
}
.post-format-quote:before {
content: "\f122";
}
@ -725,12 +725,12 @@ dd {
content: "\f130";
}
.post-format-link:before {
content: "\f103";
.post-format-video:before {
content: "\f126";
}
.post-format-gallery:before {
content: "\f161";
.post-format-audio:before {
content: "\f127";
}

File diff suppressed because one or more lines are too long

View File

@ -705,18 +705,18 @@ dd {
content: "\f125";
}
.post-format-gallery:before {
content: "\f161";
}
.post-format-link:before {
content: "\f103";
}
.post-format-image:before {
content: "\f128";
}
.post-format-video:before {
content: "\f126";
}
.post-format-audio:before {
content: "\f127";
}
.post-format-quote:before {
content: "\f122";
}
@ -725,12 +725,12 @@ dd {
content: "\f130";
}
.post-format-link:before {
content: "\f103";
.post-format-video:before {
content: "\f126";
}
.post-format-gallery:before {
content: "\f161";
.post-format-audio:before {
content: "\f127";
}

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-40355';
$wp_version = '4.8-alpha-40356';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.