From 0df921c96d897c42f70813be3e26239beaf607fb Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Sun, 5 Jul 2020 13:55:46 +0000 Subject: [PATCH] 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 --- src/wp-includes/functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index a9ae5c93e6..62f01fd77a 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -1183,6 +1183,7 @@ function wp_removable_query_args() { 'activated', 'approved', 'deactivate', + 'delete_count', 'deleted', 'disabled', 'doing_wp_cron',