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

git-svn-id: https://develop.svn.wordpress.org/trunk@23009 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-12-04 04:08:32 +00:00
parent 63aa98ed0c
commit ebc5376a0d
1 changed files with 2 additions and 1 deletions

View File

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