Fix expanding the admin menu in RTL mode when no JS and collapsing it when JS, fixes #18029 for trunk

git-svn-id: https://develop.svn.wordpress.org/trunk@18428 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-07-11 19:16:09 +00:00
parent bb7c1ac6d7
commit 4a2626dd4c
5 changed files with 10 additions and 10 deletions

View File

@@ -484,7 +484,7 @@ function wp_default_styles( &$styles ) {
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110711' );
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20110627' );
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20110711' );
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
// all colors stylesheets need to have the same query strings (cache manifest compat)