Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #8097, comment 2


Ignore:
Timestamp:
05/24/2019 08:44:05 PM (7 years ago)
Author:
imath
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8097, comment 2

    initial v1  
    11Hi @geminorum
    22
    3 Thanks a lot for your ticket and for your patch. Instead of defining a `$rtl` variable to eventually use the rtl version instead of the ltr, I think it can be achieved using `'replace'` instead of `true` for the last arguments of `wp_style_add_data()`.
     3Thanks a lot for your ticket and for your patch. Instead of defining a `$rtl` variable to eventually use the rtl version instead of the ltr, I think it can be achieved using `'replace'` instead of `true` for the last argument of `wp_style_add_data()`.
    44
    55For instance :