From 939fbfa7d3809411571e298874f4bba9c68e5127 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 21 Dec 2019 16:12:15 +0000 Subject: [PATCH] Administration: Add `doing_wp_cron` 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 dlh. Fixes #49017. git-svn-id: https://develop.svn.wordpress.org/trunk@47002 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 7bb1c59632..9c6d60de0e 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -1162,6 +1162,7 @@ function wp_removable_query_args() { 'deactivate', 'deleted', 'disabled', + 'doing_wp_cron', 'enabled', 'error', 'hotkeys_highlight_first',