[wp-trac] [WordPress Trac] #23550: Twenty Thirteen: add RTL support
WordPress Trac
noreply at wordpress.org
Thu Mar 7 17:58:46 UTC 2013
#23550: Twenty Thirteen: add RTL support
---------------------------+------------------
Reporter: lancewillett | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.6
Component: Bundled Theme | Version:
Severity: normal | Resolution:
Keywords: has-patch |
---------------------------+------------------
Comment (by maor):
Oops! Seems like I missed the dot within the `.is( ... )` conditional.
{{{
isRTL: body.is( 'rtl' ) ? true : false
}}}
Should be:
{{{
isRTL: body.is( '.rtl' ) ? true : false
}}}
Sorry about that!
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23550#comment:11>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list