Make WordPress Core


Ignore:
Timestamp:
08/23/2012 12:51:08 AM (13 years ago)
Author:
nacin
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/update-core.php

    r21577 r21593  
    438438'wp-admin/images/wpspin_dark.gif',
    439439'wp-includes/images/upload.png',
     440'wp-includes/js/prototype.js',
     441'wp-includes/js/scriptaculous',
    440442// Don't delete, yet: 'wp-admin/images/media-button-music.gif',
    441443// Don't delete, yet: 'wp-admin/images/media-button-other.gif',
Note: See TracChangeset for help on using the changeset viewer.