Add jquery to script loader.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4895 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
585a9ff822
commit
ce1a9edd1a
|
@ -39,6 +39,7 @@ class WP_Scripts {
|
||||||
$this->add( 'admin-users', '/wp-admin/users.js', array('listman'), '4583' );
|
$this->add( 'admin-users', '/wp-admin/users.js', array('listman'), '4583' );
|
||||||
$this->add( 'xfn', '/wp-admin/xfn.js', false, '3517' );
|
$this->add( 'xfn', '/wp-admin/xfn.js', false, '3517' );
|
||||||
$this->add( 'upload', '/wp-admin/upload-js.php', array('prototype'), '20070118' );
|
$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