Make WordPress Core


Ignore:
Timestamp:
02/05/2008 06:47:27 AM (17 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r6713 r6726  
    105105                'file_cancelled' => 'File cancelled.',
    106106                'upload_stopped' => 'Upload stopped.',
    107                
     107
    108108        ) );
    109109
     
    119119            $this->add( 'admin-tags', '/wp-admin/js/tags.js', array('wp-lists'), '20071031' );
    120120            $this->add( 'admin-custom-fields', '/wp-admin/js/custom-fields.js', array('wp-lists'), '20070823' );
    121             $this->add( 'password-strength-meter', '/wp-admin/js/password-strength-meter.js', array('jquery'), '20070405' ); 
    122             $this->localize( 'password-strength-meter', 'pwsL10n', array( 
    123                 'short' => __('Too short'), 
    124                 'bad' => __('Bad'), 
    125                 'good' => __('Good'), 
    126                 'strong' => __('Strong') 
     121            $this->add( 'password-strength-meter', '/wp-admin/js/password-strength-meter.js', array('jquery'), '20070405' );
     122            $this->localize( 'password-strength-meter', 'pwsL10n', array(
     123                'short' => __('Too short'),
     124                'bad' => __('Bad'),
     125                'good' => __('Good'),
     126                'strong' => __('Strong')
    127127            ) );
    128128            $this->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists'), '20071104' );
     
    275275                else
    276276                    continue; // We're at the top level.  Move on to the next one.
    277             }                   
     277            }
    278278
    279279            $this->to_print[$handle] = true;
Note: See TracChangeset for help on using the changeset viewer.