RTL support for Masonry on the custom header page. fixes #22709.

git-svn-id: http://core.svn.wordpress.org/trunk@23009 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2012-12-04 04:08:32 +00:00
parent 156c5fef0f
commit 3422c8deb6

View File

@ -8,7 +8,8 @@
$headers.imagesLoaded( function() {
$headers.masonry({
itemSelector: '.default-header'
itemSelector: '.default-header',
isRTL: !! ( 'undefined' != typeof isRtl && isRtl )
});
});