Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/25/2019 02:30:01 PM (6 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-activity/bp-activity-cssjs.php

    r10613 r12401  
    3737    wp_enqueue_style( 'bp-mentions-css', buddypress()->plugin_url . "bp-activity/css/mentions{$min}.css", array(), bp_get_version() );
    3838
    39     wp_style_add_data( 'bp-mentions-css', 'rtl', true );
     39    wp_style_add_data( 'bp-mentions-css', 'rtl', 'replace' );
    4040    if ( $min ) {
    4141        wp_style_add_data( 'bp-mentions-css', 'suffix', $min );
Note: See TracChangeset for help on using the changeset viewer.