Site Health: Ensure Site Health pages are correctly displayed for RTL locales.
Props: ebrahimzadeh, afercia, mohadeseghasemi. Fixes #46868. Built from https://develop.svn.wordpress.org/trunk@45168 git-svn-id: http://core.svn.wordpress.org/trunk@44977 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e04ffc348b
commit
21da589622
|
@ -2065,6 +2065,7 @@ function wp_default_styles( &$styles ) {
|
|||
'customize-preview',
|
||||
'ie',
|
||||
'login',
|
||||
'site-health',
|
||||
// Includes CSS
|
||||
'buttons',
|
||||
'admin-bar',
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.2-beta2-45167';
|
||||
$wp_version = '5.2-beta2-45168';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue