Changes between Initial Version and Version 1 of Ticket #8097, comment 2
- Timestamp:
- 05/24/2019 08:44:05 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8097, comment 2
initial v1 1 1 Hi @geminorum 2 2 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 argument sof `wp_style_add_data()`.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 argument of `wp_style_add_data()`. 4 4 5 5 For instance :