Remove Prototype and script.aculo.us from core.

Continue to register them, pulling from ajax.googleapis.com. This is only being done for backwards compatibility;
libraries in use will continue to be local sources.

In the process, update to the latest versions of Prototype (1.7.1, June 5) and script.aculo.us (1.9.0, from 2010).

props helenyhou.
fixes #21661, #16664, #16665.



git-svn-id: https://develop.svn.wordpress.org/trunk@21593 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2012-08-23 00:51:08 +00:00
parent db981a3b27
commit 64caad03e7
13 changed files with 12 additions and 9145 deletions

View File

@@ -437,6 +437,8 @@ $_old_files = array(
'wp-admin/images/widgets-arrow.gif',
'wp-admin/images/wpspin_dark.gif',
'wp-includes/images/upload.png',
'wp-includes/js/prototype.js',
'wp-includes/js/scriptaculous',
// Don't delete, yet: 'wp-admin/images/media-button-music.gif',
// Don't delete, yet: 'wp-admin/images/media-button-other.gif',
);