Make WordPress Core


Ignore:
Timestamp:
07/13/2008 05:57:23 PM (16 years ago)
Author:
ryan
Message:

RTL support for Press This. Props RanYanivHartstein. see #7289

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r8326 r8328  
    212212    $styles->text_direction = 'rtl' == get_bloginfo( 'text_direction' ) ? 'rtl' : 'ltr';
    213213
    214     $rtl_styles = array( 'global', 'colors', 'dashboard', 'ie', 'install', 'login', 'media', 'theme-editor', 'upload', 'widgets', 'press-this' );
     214    $rtl_styles = array( 'global', 'colors', 'dashboard', 'ie', 'install', 'login', 'media', 'theme-editor', 'upload', 'widgets', 'press-this', 'press-this-ie' );
    215215
    216216    $styles->add( 'wp-admin', '/wp-admin/wp-admin.css' );
Note: See TracChangeset for help on using the changeset viewer.