Changeset 15642 for trunk/wp-admin/edit-tags.php
- Timestamp:
- 09/22/2010 12:10:39 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r15528 r15642 23 23 } 24 24 25 if ( isset( $_REQUEST['action'] ) && isset( $_REQUEST['delete_tags'] ) && ( 'delete' == $_REQUEST['action'] || 'delete' == $_REQUEST['action2'] ) ) 26 $action = 'bulk-delete'; 27 28 switch ( $action ) { 25 switch ( $wp_list_table->current_action() ) { 29 26 30 27 case 'add-tag':
Note: See TracChangeset
for help on using the changeset viewer.