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
This commit is contained in:
John Blackbourn 2015-10-30 18:06:34 +00:00
parent f1faed4024
commit 263b2890d4
2 changed files with 2 additions and 1 deletions

View File

@ -831,6 +831,7 @@ function wp_removable_query_args() {
'untrashed',
'update',
'updated',
'wp-post-new-reload',
);
/**

View File

@ -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.