Changeset 17000
- Timestamp:
- 12/16/2010 05:23:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r16963 r17000 92 92 $scripts->add( 'colorpicker', "/wp-includes/js/colorpicker$suffix.js", array('prototype'), '3517m' ); 93 93 94 $scripts->add( 'editor', "/wp-admin/js/editor$suffix.js", false, '20091124' );94 $scripts->add( 'editor', "/wp-admin/js/editor$suffix.js", array('utils','jquery'), '20091124' ); 95 95 96 96 $scripts->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.6.1');
Note: See TracChangeset
for help on using the changeset viewer.