Changeset 20060 for trunk/wp-admin/custom-header.php
- Timestamp:
- 03/01/2012 06:57:28 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/custom-header.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-header.php
r19815 r20060 141 141 $step = $this->step(); 142 142 143 if ( 1 == $step ) 144 wp_enqueue_script('jquery-masonry'); 143 145 if ( ( 1 == $step || 3 == $step ) && $this->header_text() ) 144 146 wp_enqueue_script('farbtastic'); … … 638 640 </tbody> 639 641 </table> 640 642 <script type="text/javascript"> 643 jQuery(function() { 644 jQuery('.available-headers').masonry({ 645 itemSelector: '.default-header' 646 }); 647 }); 648 </script> 641 649 <?php if ( $this->header_text() ) : ?> 642 650 <table class="form-table">
Note: See TracChangeset
for help on using the changeset viewer.