mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
jQuery 1.1.1 and interface 1.2. #3824
git-svn-id: http://svn.automattic.com/wordpress/trunk@4904 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7438cb83d7
commit
f61f892876
12
wp-includes/js/jquery/interface.js
vendored
Normal file
12
wp-includes/js/jquery/interface.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
wp-includes/js/jquery/jquery.js
vendored
Normal file
1
wp-includes/js/jquery/jquery.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -30,6 +30,8 @@ class WP_Scripts {
|
||||
$this->add( 'scriptaculous-controls', '/wp-includes/js/scriptaculous/controls.js', array('scriptaculous-root'), '1.7.0');
|
||||
$this->add( 'scriptaculous', '', array('scriptaculous-dragdrop', 'scriptaculous-slider', 'scriptaculous-controls'), '1.7.0');
|
||||
$this->add( 'cropper', '/wp-includes/js/crop/cropper.js', array('scriptaculous-dragdrop'), '20070118');
|
||||
$this->add( 'jquery', '/wp-includes/js/jquery/jquery.js', false, '1.1.1');
|
||||
$this->add( 'interface', '/wp-includes/js/jquery/interface.js', array('jquery'), '1.1.1');
|
||||
if ( is_admin() ) {
|
||||
$this->add( 'dbx-admin-key', '/wp-admin/dbx-admin-key-js.php', array('dbx'), '3651' );
|
||||
$this->add( 'ajaxcat', '/wp-admin/cat-js.php', array('listman'), '20070118' );
|
||||
@ -39,7 +41,6 @@ class WP_Scripts {
|
||||
$this->add( 'admin-users', '/wp-admin/users.js', array('listman'), '4583' );
|
||||
$this->add( 'xfn', '/wp-admin/xfn.js', false, '3517' );
|
||||
$this->add( 'upload', '/wp-admin/upload-js.php', array('prototype'), '20070118' );
|
||||
$this->add( 'jquery', '/wp-includes/js/jquery-latest.js', false, '1.0.3' );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user