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