Load RTL for plugin-install and farbtastic. Props kashani. fixes #8078

git-svn-id: https://develop.svn.wordpress.org/trunk@9573 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-11-08 22:36:25 +00:00
parent 28b8dc875e
commit 1bcce31a47
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ function wp_default_styles( &$styles ) {
$styles->default_version = get_bloginfo( 'version' );
$styles->text_direction = 'rtl' == get_bloginfo( 'text_direction' ) ? 'rtl' : 'ltr';
$rtl_styles = array( 'global', 'colors', 'dashboard', 'ie', 'install', 'login', 'media', 'theme-editor', 'upload', 'widgets', 'press-this', 'press-this-ie' );
$rtl_styles = array( 'global', 'colors', 'dashboard', 'ie', 'install', 'login', 'media', 'theme-editor', 'upload', 'widgets', 'press-this', 'press-this-ie', 'plugin-install', 'farbtastic' );
$styles->add( 'wp-admin', '/wp-admin/wp-admin.css', array(), '20081107' );
$styles->add_data( 'wp-admin', 'rtl', '/wp-admin/rtl.css' );