From 263b2890d4f6ee11625ffd159902b431fa74a2cf Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 30 Oct 2015 18:06:34 +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 Built from https://develop.svn.wordpress.org/trunk@35460 git-svn-id: http://core.svn.wordpress.org/trunk@35424 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 85ce30288a..762c2fde03 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -831,6 +831,7 @@ function wp_removable_query_args() { 'untrashed', 'update', 'updated', + 'wp-post-new-reload', ); /** diff --git a/wp-includes/version.php b/wp-includes/version.php index 952ecdfc26..fbc4a520df 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-beta2-35459'; +$wp_version = '4.4-beta2-35460'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.