Changeset 8767 for trunk/wp-includes/script-loader.php
- Timestamp:
- 08/29/2008 05:07:40 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r8760 r8767 125 125 'strong' => __('Strong') 126 126 ) ); 127 $scripts->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists', 'jquery-ui-draggable', 'jquery-ui-resizable' ), '20080821' );127 $scripts->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists', 'jquery-ui-draggable', 'jquery-ui-resizable', 'quicktags'), '20080828' ); 128 128 $scripts->localize( 'admin-comments', 'adminCommentsL10n', array( 129 129 'pending' => __('%i% pending') // must look like: "# blah blah"
Note: See TracChangeset
for help on using the changeset viewer.