mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-13 22:26:06 +01:00
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:
parent
f1faed4024
commit
263b2890d4
@ -831,6 +831,7 @@ function wp_removable_query_args() {
|
||||
'untrashed',
|
||||
'update',
|
||||
'updated',
|
||||
'wp-post-new-reload',
|
||||
);
|
||||
|
||||
/**
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user