Administration: Add delete_count to wp_removable_query_args().

It's a single-use URL parameter that does not need to be passed to canonical URLs in the admin.

Props opurockey.
Fixes #50464.

git-svn-id: https://develop.svn.wordpress.org/trunk@48319 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling 2020-07-05 13:55:46 +00:00
parent d65c0a770c
commit 0df921c96d

View File

@ -1183,6 +1183,7 @@ function wp_removable_query_args() {
'activated',
'approved',
'deactivate',
'delete_count',
'deleted',
'disabled',
'doing_wp_cron',