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.