Make WordPress Core

Changeset 23009


Ignore:
Timestamp:
12/04/2012 04:08:32 AM (13 years ago)
Author:
nacin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/js/custom-header.js

    r23006 r23009  
    99        $headers.imagesLoaded( function() {
    1010            $headers.masonry({
    11                 itemSelector: '.default-header'
     11                itemSelector: '.default-header',
     12                isRTL: !! ( 'undefined' != typeof isRtl && isRtl )
    1213            });
    1314        });
Note: See TracChangeset for help on using the changeset viewer.