Make WordPress Core


Ignore:
Timestamp:
06/01/2007 11:52:27 PM (19 years ago)
Author:
rob1n
Message:

Move uploads JS to jQuery. Props filosofo. see #3824

File:
1 edited

Legend:

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

    r5577 r5629  
    7373               
    7474                $this->add( 'jquery', '/wp-includes/js/jquery/jquery.js', false, '1.1.2');
     75                $this->add( 'jquery-form', '/wp-includes/js/jquery/jquery.form.js', array('jquery'), '1.0.3');
    7576                $this->add( 'interface', '/wp-includes/js/jquery/interface.js', array('jquery'), '1.2');
    7677               
     
    114115                        $this->add( 'admin-users', '/wp-admin/users.js', array('listman'), '4583' );
    115116                        $this->add( 'xfn', '/wp-admin/xfn.js', false, '3517' );
    116                         $this->add( 'upload', '/wp-admin/upload.js', array('prototype'), '20070306' );
     117                        $this->add( 'upload', '/wp-admin/upload.js', array('jquery'), '20070518' );
    117118                        $this->localize( 'upload', 'uploadL10n', array(
    118119                                'browseTitle' => attribute_escape(__('Browse your files')),
Note: See TracChangeset for help on using the changeset viewer.