Changeset 17679 for trunk/wp-includes/script-loader.php
- Timestamp:
- 04/21/2011 10:21:27 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r17662 r17679 244 244 $scripts->add( 'comment-reply', "/wp-includes/js/comment-reply$suffix.js", false, '20090102'); 245 245 246 $scripts->add( 'json2', "/wp-includes/js/json2$suffix.js", false, '2011 0113');246 $scripts->add( 'json2', "/wp-includes/js/json2$suffix.js", false, '2011-02-23'); 247 247 248 248 $scripts->add( 'imgareaselect', "/wp-includes/js/imgareaselect/jquery.imgareaselect$suffix.js", array('jquery'), '0.9.1-20110113' );
Note: See TracChangeset
for help on using the changeset viewer.