Inline uploader tweaks from mdawaffe. fixes #3360

git-svn-id: https://develop.svn.wordpress.org/trunk@4466 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2006-11-14 23:18:20 +00:00
parent cf30cd6e7e
commit 7602d4ea9a
7 changed files with 60 additions and 35 deletions

View File

@@ -29,7 +29,7 @@ class WP_Scripts {
$this->add( 'admin-comments', '/wp-admin/edit-comments.js', array('listman'), '3847' );
$this->add( 'admin-users', '/wp-admin/users.js', array('listman'), '3684' );
$this->add( 'xfn', '/wp-admin/xfn.js', false, '3517' );
$this->add( 'upload', '/wp-admin/upload-js.php', array('prototype'), '4461' );
$this->add( 'upload', '/wp-admin/upload-js.php', array('prototype'), '4466' );
}
}