Making WordPress.org

Opened 12 years ago

Closed 12 years ago

#739 closed enhancement (fixed)

Rosetta theme: Use wp_enqueue_style() for RTL stylesheet

Reported by: ocean90 Owned by: samuelsidler
Priority: normal Milestone:
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)

739.patch (1.6 KB ) - added by ocean90 12 years ago.

Download all attachments as: .zip

Change History (3)

@ocean90
12 years ago

#2 @samuelsidler
12 years ago

  • Owner set to samuelsidler
  • Resolutionfixed
  • Status newclosed

In 994:

Rosetta theme: Use wp_enqueue_style() for RTL stylesheet. Fixes #739. props ocean90

Note: See TracTickets for help on using tickets.