mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 05:18:42 +01:00
Fix loading of colors RTL css. Props mani_monaj. see #6296
git-svn-id: https://develop.svn.wordpress.org/trunk@7477 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c59d28145f
commit
215d0c769c
@ -1121,6 +1121,7 @@ function wp_admin_css_uri( $file = 'wp-admin' ) {
|
||||
$color = 'fresh';
|
||||
$color = $_wp_admin_css_colors[$color];
|
||||
$_file = $color->url;
|
||||
$_file = ('css/colors-rtl' == $file) ? str_replace('.css','-rtl.css',$_file) : $_file;
|
||||
} else {
|
||||
$_file = get_option( 'siteurl' ) . "/wp-admin/$file.css";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user