diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 7bb1c59632..9c6d60de0e 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -1162,6 +1162,7 @@ function wp_removable_query_args() { 'deactivate', 'deleted', 'disabled', + 'doing_wp_cron', 'enabled', 'error', 'hotkeys_highlight_first', diff --git a/wp-includes/version.php b/wp-includes/version.php index 5917694c24..ce11622c28 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-47001'; +$wp_version = '5.4-alpha-47002'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.