From 0b05c7aa24e83eb1d88849eecbe3c3afa5f4dd8a Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 30 Oct 2015 18:05:31 +0000 Subject: [PATCH] Add `wp-post-new-reload` to the list of removable query vars so it doesn't persist in the URL. Fixes #34510 git-svn-id: https://develop.svn.wordpress.org/trunk@35460 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 85ce30288a..762c2fde03 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -831,6 +831,7 @@ function wp_removable_query_args() { 'untrashed', 'update', 'updated', + 'wp-post-new-reload', ); /**