Changeset 5629 for trunk/wp-includes/script-loader.php
- Timestamp:
- 06/01/2007 11:52:27 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r5577 r5629 73 73 74 74 $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'); 75 76 $this->add( 'interface', '/wp-includes/js/jquery/interface.js', array('jquery'), '1.2'); 76 77 … … 114 115 $this->add( 'admin-users', '/wp-admin/users.js', array('listman'), '4583' ); 115 116 $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' ); 117 118 $this->localize( 'upload', 'uploadL10n', array( 118 119 'browseTitle' => attribute_escape(__('Browse your files')),
Note: See TracChangeset
for help on using the changeset viewer.