mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-25 02:27:50 +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',
|
itemSelector: '.widget',
|
||||||
columnWidth: columnWidth,
|
columnWidth: columnWidth,
|
||||||
gutterWidth: 20,
|
gutterWidth: 20,
|
||||||
isRTL: body.is( 'rtl' ) ? true : false
|
isRTL: body.is( '.rtl' ) ? true : false
|
||||||
} );
|
} );
|
||||||
}
|
}
|
||||||
} )( jQuery );
|
} )( jQuery );
|
Loading…
Reference in New Issue
Block a user