diff --git a/wp-admin/includes/user.php b/wp-admin/includes/user.php
index 175908e4e6..fa868d913d 100644
|
a
|
b
|
abstract class WP_Privacy_Requests_Table extends WP_List_Table { |
| 1183 | 1183 | sprintf( _n( 'Deleted %d request', 'Deleted %d requests', $count ), $count ), |
| 1184 | 1184 | 'updated' |
| 1185 | 1185 | ); |
| 1186 | | |
| 1187 | | // remove query args from the url |
| 1188 | | echo '<script>window.history.pushState({}, document.title,' . '"' . admin_url( 'tools.php?page=remove_personal_data' ) . '"' . ')</script>'; |
| 1189 | 1186 | break; |
| 1190 | 1187 | case 'resend': |
| 1191 | 1188 | foreach ( $request_ids as $request_id ) { |