Make WordPress Core


Ignore:
Timestamp:
11/30/2012 01:34:16 PM (12 years ago)
Author:
ryan
Message:

RTL fixes for media and color picker.

Props ocean90
see #22453

File:
1 edited

Legend:

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

    r22869 r22947  
    495495    $suffix = defined('SCRIPT_DEBUG') && SCRIPT_DEBUG ? '' : '.min';
    496496
    497     $rtl_styles = array( 'wp-admin', 'ie', 'media', 'admin-bar', 'customize-controls', 'media-views' );
     497    $rtl_styles = array( 'wp-admin', 'ie', 'media', 'admin-bar', 'customize-controls', 'media-views', 'wp-color-picker' );
    498498    // Any rtl stylesheets that don't have a .min version
    499499    $no_suffix = array( 'farbtastic' );
Note: See TracChangeset for help on using the changeset viewer.