Make WordPress Core


Ignore:
Timestamp:
01/04/2008 11:34:33 PM (17 years ago)
Author:
ryan
Message:

Widget admin redesign from mdawaffe. see #5583

File:
1 edited

Legend:

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

    r6547 r6556  
    8080        $this->add( 'jquery', '/wp-includes/js/jquery/jquery.js', false, '1.1.4');
    8181        $this->add( 'jquery-form', '/wp-includes/js/jquery/jquery.form.js', array('jquery'), '1.0.3');
    82         $this->add( 'interface', '/wp-includes/js/jquery/interface.js', array('jquery'), '1.2');
     82        $this->add( 'interface', '/wp-includes/js/jquery/interface.js', array('jquery'), '1.2' );
    8383        $this->add( 'dimensions', '/wp-includes/js/jquery/jquery.dimensions.min.js', array('jquery'), '1.1.2');
    8484        $this->add( 'suggest', '/wp-includes/js/jquery/suggest.js', array('dimensions'), '1.1');
     
    144144                'confirmText' => __("Are you sure you want to delete the file '%title%'?\nClick ok to delete or cancel to go back.")
    145145            ) );
     146            $this->add( 'admin-widgets', '/wp-admin/js/widgets.js', array( 'interface' ), mt_rand() );
    146147        }
    147148    }
Note: See TracChangeset for help on using the changeset viewer.