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-xprofile/bp-xprofile-cssjs.php

    r11041 r12401  
    2222        wp_enqueue_style( 'xprofile-admin-css', buddypress()->plugin_url . "bp-xprofile/admin/css/admin{$min}.css", array(), bp_get_version() );
    2323
    24         wp_style_add_data( 'xprofile-admin-css', 'rtl', true );
     24        wp_style_add_data( 'xprofile-admin-css', 'rtl', 'replace' );
    2525        if ( $min ) {
    2626            wp_style_add_data( 'xprofile-admin-css', 'suffix', $min );
Note: See TracChangeset for help on using the changeset viewer.