From 7b26a3675656bcfdcbb22aee3e811e53d61253c8 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 7 Mar 2013 18:22:58 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentythirteen/js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentythirteen/js/functions.js b/wp-content/themes/twentythirteen/js/functions.js index 3d5d7a4edc..f47ffcc514 100644 --- a/wp-content/themes/twentythirteen/js/functions.js +++ b/wp-content/themes/twentythirteen/js/functions.js @@ -97,7 +97,7 @@ itemSelector: '.widget', columnWidth: columnWidth, gutterWidth: 20, - isRTL: body.is( '.rtl' ) ? true : false + isRTL: body.is( '.rtl' ) } ); } } )( jQuery ); \ No newline at end of file