Make WordPress Core


Ignore:
Timestamp:
05/26/2010 02:42:15 AM (15 years ago)
Author:
ryan
Message:

Strip trailing whitespace

File:
1 edited

Legend:

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

    r14907 r14924  
    119119            wp_enqueue_style('imgareaselect');
    120120    }
    121    
     121
    122122    /**
    123123     * Check if header text is allowed
     
    273273            jQuery('#name').css('color', old_color);
    274274            jQuery('#desc').css('color', old_color);
    275             pickColor(old_color); 
     275            pickColor(old_color);
    276276        } else {
    277277            //Hide text
     
    372372            maxHeight: <?php echo HEADER_IMAGE_HEIGHT; ?>,
    373373            maxWidth: <?php echo HEADER_IMAGE_WIDTH; ?>,
    374             onInit: function () { 
     374            onInit: function () {
    375375                jQuery('#width').val(xinit);
    376376                jQuery('#height').val(yinit);
Note: See TracChangeset for help on using the changeset viewer.