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