Making WordPress.org

Opened 10 years ago

Closed 10 years ago

#739 closed enhancement (fixed)

Rosetta theme: Use wp_enqueue_style() for RTL stylesheet

Reported by: ocean90's profile ocean90 Owned by: samuelsidler's profile 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)

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

Download all attachments as: .zip

Change History (3)

@ocean90
10 years ago

#2 @samuelsidler
10 years ago

  • Owner set to samuelsidler
  • Resolution set to fixed
  • Status changed from new to closed

In 994:

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

Note: See TracTickets for help on using tickets.