Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/25/2019 02:30:01 PM (7 years ago)
Author:
imath
Message:

When needed RTL versions of CSS used in Core now replace the LTR ones

Props geminorum

Fixes #8097

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-cssjs.php

    r12351 r12401  
    157157        wp_register_style( $id, $style['file'], $style['dependencies'], bp_get_version() );
    158158
    159         wp_style_add_data( $id, 'rtl', true );
     159        wp_style_add_data( $id, 'rtl', 'replace' );
    160160        if ( $min ) {
    161161            wp_style_add_data( $id, 'suffix', $min );
Note: See TracChangeset for help on using the changeset viewer.