Opened 10 years ago
Closed 10 years ago
#739 closed enhancement (fixed)
Rosetta theme: Use wp_enqueue_style() for RTL stylesheet
Reported by: | ocean90 | Owned by: | samuelsidler |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | International Sites (Rosetta) | Keywords: | has-patch |
Cc: |
Description
There is currently no easy way to bump the version of the rtl.css
. The patch uses wp_enqueue_style()
if is_rtl()
is true and removes the locale_stylesheet
action from wp_head
.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
OK.