Remove error from the query variables when cleaning up a URL in wp_admin_canonical_url().

Fixes #32847


git-svn-id: https://develop.svn.wordpress.org/trunk@33770 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2015-08-27 17:25:15 +00:00
parent e95ce848f9
commit 0d0a8353f5

View File

@ -872,6 +872,7 @@ function wp_admin_canonical_url() {
'deleted', 'trashed', 'untrashed',
'enabled', 'disabled', 'skipped',
'spammed', 'unspammed',
'error',
);
/**