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:
Lance Willett 2013-03-07 18:00:26 +00:00
parent 79163b239b
commit d96b1ca8e2
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@
itemSelector: '.widget',
columnWidth: columnWidth,
gutterWidth: 20,
isRTL: body.is( 'rtl' ) ? true : false
isRTL: body.is( '.rtl' ) ? true : false
} );
}
} )( jQuery );