Changeset 8821 for trunk/wp-includes/script-loader.php
- Timestamp:
- 09/05/2008 07:11:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r8815 r8821 159 159 'strong' => __('Strong') 160 160 ) ); 161 $scripts->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists', 'jquery-ui-draggable', 'jquery-ui-resizable', 'quicktags'), '20080 828' );161 $scripts->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists', 'jquery-ui-draggable', 'jquery-ui-resizable', 'quicktags'), '20080905' ); 162 162 $scripts->localize( 'admin-comments', 'adminCommentsL10n', array( 163 163 'pending' => __('%i% pending'), // must look like: "# blah blah"
Note: See TracChangeset
for help on using the changeset viewer.