[wp-trac] [WordPress Trac] #15863: Child Themes don't support RTL

WordPress Trac wp-trac at lists.automattic.com
Sat Jan 8 20:18:34 UTC 2011


#15863: Child Themes don't support RTL
-----------------------------------+-----------------------------
 Reporter:  ramiy                  |       Owner:  yoavf
     Type:  enhancement            |      Status:  closed
 Priority:  normal                 |   Milestone:  Future Release
Component:  Template               |     Version:  3.0
 Severity:  critical               |  Resolution:  invalid
 Keywords:  needs-patch 3.2-early  |
-----------------------------------+-----------------------------
Changes (by yoavf):

 * status:  assigned => closed
 * resolution:   => invalid


Comment:

 A child theme doesn't auto-load the parent theme style.css, so it
 shouldn't auto-load the parent theme rtl.css

 A child theme does load its own rtl.css if it exists.

 If necessary, a child theme author developer can load the parent theme
 rtl.css file from within the child theme css.file, ie.:
 {{{
 @import url("../parent/rtl.css");
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/15863#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list