Administration: Add missing :before to two Dashicon class definitions.

Introduced in [45040].

Props builtbynorthby.
Fixes #41074.
Built from https://develop.svn.wordpress.org/trunk@45225


git-svn-id: http://core.svn.wordpress.org/trunk@45034 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2019-04-17 02:09:52 +00:00
parent f807a098b1
commit 13345d12e9
3 changed files with 5 additions and 4 deletions

View File

@ -1138,7 +1138,8 @@
content: "\f211";
}
.dashicons-exerpt-view {
/* This is a typo, but was previously released. It should remain for backward compatibility. See https://core.trac.wordpress.org/ticket/30832. */
.dashicons-exerpt-view:before {
content: "\f164";
}
@ -1150,7 +1151,7 @@
content: "\f109";
}
.dashicons-post-trash {
.dashicons-post-trash:before {
content: "\f182";
}

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.2-beta3-45224';
$wp_version = '5.2-beta3-45225';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.