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/deprecated/2.1.php

    r11447 r12401  
    335335    wp_enqueue_style( 'bp-admin-bar', apply_filters( 'bp_core_buddybar_rtl_css', $stylesheet ), array(), bp_get_version() );
    336336
    337     wp_style_add_data( 'bp-admin-bar', 'rtl', true );
     337    wp_style_add_data( 'bp-admin-bar', 'rtl', 'replace' );
    338338    if ( $min ) {
    339339        wp_style_add_data( 'bp-admin-bar', 'suffix', $min );
Note: See TracChangeset for help on using the changeset viewer.