mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user