Make WordPress Core

Changeset 6574


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

Revert back to fat for now. see #5369

Location:
trunk
Files:
2 deleted
2 edited

Legend:

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

    r6572 r6574  
    2929wp_reset_vars(array('profile', 'redirect', 'redirect_url', 'a', 'popuptitle', 'popupurl', 'text', 'trackback', 'pingback'));
    3030
    31 wp_enqueue_script( 'admin' );
     31wp_enqueue_script( 'fat' );
    3232
    3333$editing = false;
  • 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.