Changeset 10882 for branches/2.7/wp-admin/upload.php
- Timestamp:
- 04/06/2009 10:37:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.7/wp-admin/upload.php
r10150 r10882 416 416 $(document).ready(function(){ 417 417 $('#doaction, #doaction2').click(function(e){ 418 if ( $('select[name ^="action"]').val() == 'delete' ) {418 if ( $('select[name="action"]').val() == 'delete' || $('select[name="action2"]').val() == 'delete' ) { 419 419 var m = '<?php echo js_escape(__("You are about to delete the selected attachments.\n 'Cancel' to stop, 'OK' to delete.")); ?>'; 420 420 return showNotice.warn(m);
Note: See TracChangeset
for help on using the changeset viewer.