mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 18:32:23 +01:00
Twenty Thirteen: RTL JS support, fix class selector, see #23550.
git-svn-id: http://core.svn.wordpress.org/trunk@23644 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
79163b239b
commit
d96b1ca8e2
@ -97,7 +97,7 @@
|
||||
itemSelector: '.widget',
|
||||
columnWidth: columnWidth,
|
||||
gutterWidth: 20,
|
||||
isRTL: body.is( 'rtl' ) ? true : false
|
||||
isRTL: body.is( '.rtl' ) ? true : false
|
||||
} );
|
||||
}
|
||||
} )( jQuery );
|
Loading…
Reference in New Issue
Block a user