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-groups/bp-groups-admin.php

    r12303 r12401  
    203203    wp_enqueue_style( 'bp_groups_admin_css', $bp->plugin_url . "bp-groups/admin/css/admin{$min}.css", array(), bp_get_version() );
    204204
    205     wp_style_add_data( 'bp_groups_admin_css', 'rtl', true );
     205    wp_style_add_data( 'bp_groups_admin_css', 'rtl', 'replace' );
    206206    if ( $min ) {
    207207        wp_style_add_data( 'bp_groups_admin_css', 'suffix', $min );
Note: See TracChangeset for help on using the changeset viewer.