Attachment fixes from mdawaffe. fixes #3411

git-svn-id: https://develop.svn.wordpress.org/trunk@4670 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2007-01-02 19:28:30 +00:00
parent e576c9a998
commit 368695f87d
6 changed files with 166 additions and 70 deletions

View File

@@ -35,7 +35,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'), '4583' );
$this->add( 'xfn', '/wp-admin/xfn.js', false, '3517' );
$this->add( 'upload', '/wp-admin/upload-js.php', array('prototype'), '4535' );
$this->add( 'upload', '/wp-admin/upload-js.php', array('prototype'), '20061223' );
}
}