Make WordPress Core


Ignore:
Timestamp:
01/08/2008 07:22:07 AM (17 years ago)
Author:
ryan
Message:

Revert back to fat for now. see #5369

File:
1 edited

Legend:

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

    r6572 r6574  
    8585        $this->add( 'suggest', '/wp-includes/js/jquery/suggest.js', array('dimensions'), '1.1');
    8686        $this->add( 'schedule', '/wp-includes/js/jquery/jquery.schedule.js', array('jquery'), '20');
    87         $this->add( 'jquery-color', '/wp-includes/js/jquery/jquery.color.js', array('jquery'), '1.0');
    8887
    8988        if ( is_admin() ) {
    90             $this->add( 'admin', '/wp-admin/js/admin.js', array('jquery-color'), '20080107');
    9189            $this->add( 'ajaxcat', '/wp-admin/js/cat.js', array( 'wp-lists' ), '20071101' );
    9290            $this->localize( 'ajaxcat', 'catL10n', array(
Note: See TracChangeset for help on using the changeset viewer.