mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Administration: Add delete_count to wp_removable_query_args().
It's a single-use URL parameter that does not need to be passed to canonical URLs in the admin. Props opurockey. Fixes #50464. git-svn-id: https://develop.svn.wordpress.org/trunk@48319 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d65c0a770c
commit
0df921c96d
@ -1183,6 +1183,7 @@ function wp_removable_query_args() {
|
||||
'activated',
|
||||
'approved',
|
||||
'deactivate',
|
||||
'delete_count',
|
||||
'deleted',
|
||||
'disabled',
|
||||
'doing_wp_cron',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user