Changeset 40655 for trunk/src/wp-admin/edit-tags.php
- Timestamp:
- 05/12/2017 07:25:43 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit-tags.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-tags.php
r40146 r40655 66 66 } 67 67 $referer = remove_query_arg( array( '_wp_http_referer', '_wpnonce', 'error', 'message', 'paged' ), $referer ); 68 69 68 switch ( $wp_list_table->current_action() ) { 70 69 … … 107 106 108 107 $location = add_query_arg( 'message', 2, $referer ); 108 109 // When deleting a term, prevent the action from redirecting back to a term that no longer exists. 110 $location = remove_query_arg( array( 'tag_ID', 'action' ), $location ); 109 111 110 112 break;
Note: See TracChangeset
for help on using the changeset viewer.