Twenty Thirteen: simpler isRTL check for masonry, props obenland. See #23550.
git-svn-id: http://core.svn.wordpress.org/trunk@23645 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d96b1ca8e2
commit
7b26a36756
wp-content/themes/twentythirteen/js
|
@ -97,7 +97,7 @@
|
|||
itemSelector: '.widget',
|
||||
columnWidth: columnWidth,
|
||||
gutterWidth: 20,
|
||||
isRTL: body.is( '.rtl' ) ? true : false
|
||||
isRTL: body.is( '.rtl' )
|
||||
} );
|
||||
}
|
||||
} )( jQuery );
|
Loading…
Reference in New Issue