Changeset 10882 for branches/2.7/wp-admin/edit-tags.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-tags.php
r10776 r10882 293 293 $(document).ready(function(){ 294 294 $('#doaction, #doaction2').click(function(){ 295 if ( $('select[name ^="action"]').val() == 'delete' ) {295 if ( $('select[name="action"]').val() == 'delete' || $('select[name="action2"]').val() == 'delete' ) { 296 296 var m = '<?php echo js_escape(__("You are about to delete the selected tags.\n 'Cancel' to stop, 'OK' to delete.")); ?>'; 297 297 return showNotice.warn(m);
Note: See TracChangeset
for help on using the changeset viewer.