Make WordPress Core


Ignore:
Timestamp:
08/09/2008 05:36:14 AM (17 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

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

    r8540 r8600  
    194194            'count' => __('Word count: %d')
    195195        ));
    196        
     196
    197197        $scripts->add( 'wp-gears', '/wp-admin/js/wp-gears.js', false, '20080721' );
    198198        $scripts->localize( 'wp-gears', 'wpGearsL10n', array(
     
    200200            'error' => __('Error:')
    201201        ));
    202        
     202
    203203        $scripts->add( 'theme-preview', '/wp-admin/js/theme-preview.js', array( 'thickbox', 'jquery' ), '20080625' );
    204204
     
    207207            'plugin_information' => __('Plugin Information:')
    208208        ) );
    209          
     209
    210210    }
    211211}
Note: See TracChangeset for help on using the changeset viewer.