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