Opened 6 years ago
Closed 6 years ago
#49017 closed enhancement (fixed)
Administration: Add `doing_wp_cron` to `wp_removable_query_args()`
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.4 | Priority: | normal |
| Severity: | normal | Version: | 4.2 |
| Component: | Administration | Keywords: | has-patch commit |
| Focuses: | Cc: |
Description
In my experience, the doing_wp_cron query var that appears when ALTERNATE_WP_CRON is enabled can cause user confusion in the admin. As far as I can tell, it isn't used by the browser or needed as part of the canonical URL.
While doing_wp_cron can also appear on the frontend, where it's immune to wp_admin_canonical_url(), the attached patch would at least suppress it where core is able to do so reliably.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 47002: