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:
parent
e95ce848f9
commit
0d0a8353f5
@ -872,6 +872,7 @@ function wp_admin_canonical_url() {
|
|||||||
'deleted', 'trashed', 'untrashed',
|
'deleted', 'trashed', 'untrashed',
|
||||||
'enabled', 'disabled', 'skipped',
|
'enabled', 'disabled', 'skipped',
|
||||||
'spammed', 'unspammed',
|
'spammed', 'unspammed',
|
||||||
|
'error',
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user