Opened 3 years ago
Closed 3 years ago
#50464 closed enhancement (fixed)
Add `delete_count` to `wp_removable_query_args()`
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | good-first-bug has-patch |
Focuses: | Cc: |
Description
delete_count
is set in the redirect URL after a user has been deleted. It's only used once to print the success message on wp-admin/users.php together with update
argument which is already part of wp_removable_query_args()
.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Do we need to set message for one time only whenever multiple users are going to remove from the list of the users page?
Can you please explain more about the issues?