mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-17 03:56:07 +00:00
Remove error
from the query variables when cleaning up a URL in wp_admin_canonical_url()
.
Fixes #32847 Built from https://develop.svn.wordpress.org/trunk@33770 git-svn-id: http://core.svn.wordpress.org/trunk@33738 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a60d143f7b
commit
b9ec4136d9
@ -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',
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.4-alpha-33769';
|
$wp_version = '4.4-alpha-33770';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user