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
This commit is contained in:
John Blackbourn 2015-10-30 18:05:31 +00:00
parent 2b54d3143b
commit 0b05c7aa24
1 changed files with 1 additions and 0 deletions

View File

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