Changeset 7621 for branches/2.5/wp-includes/script-loader.php
- Timestamp:
- 04/07/2008 09:40:41 PM (18 years ago)
- File:
-
- 1 edited
-
branches/2.5/wp-includes/script-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/wp-includes/script-loader.php
r7585 r7621 188 188 'confirmText' => __("Are you sure you want to delete the file '%title%'?\nClick ok to delete or cancel to go back.") 189 189 ) ); 190 $this->add( 'admin-widgets', '/wp-admin/js/widgets.js', array( 'interface' ), '20080 319' );190 $this->add( 'admin-widgets', '/wp-admin/js/widgets.js', array( 'interface' ), '20080407c' ); 191 191 $this->localize( 'admin-widgets', 'widgetsL10n', array( 192 192 'add' => __('Add'),
Note: See TracChangeset
for help on using the changeset viewer.