From 310db57c4868d103eb5e703ddc378353f2440f3f Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Sun, 5 Jul 2020 13:57:03 +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. Built from https://develop.svn.wordpress.org/trunk@48319 git-svn-id: http://core.svn.wordpress.org/trunk@48088 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index a9ae5c93e6..62f01fd77a 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -1183,6 +1183,7 @@ function wp_removable_query_args() { 'activated', 'approved', 'deactivate', + 'delete_count', 'deleted', 'disabled', 'doing_wp_cron', diff --git a/wp-includes/version.php b/wp-includes/version.php index 9ca333c4ad..8becef728c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-48318'; +$wp_version = '5.5-alpha-48319'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.