mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -831,6 +831,7 @@ function wp_removable_query_args() {
|
||||
'untrashed',
|
||||
'update',
|
||||
'updated',
|
||||
'wp-post-new-reload',
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user