Opened 3 years ago
Closed 3 years ago
#57464 closed defect (bug) (fixed)
non-existant filter referenced in the DocBlock of wp_safe_redirect() and wp_redirect()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 6.2 | Priority: | normal |
| Severity: | normal | Version: | 4.6 |
| Component: | HTTP API | Keywords: | needs-patch |
| Focuses: | docs | Cc: |
Description
The DocBlocks of wp_safe_redirect() and wp_redirect() reference a wp_redirect_location filter, which doesn't exist.
I'm not sure what filter is intended, but maybe either wp_redirect_status or wp_safe_redirect_fallback?
Change History (6)
Note: See
TracTickets for help on using
tickets.
Introduced in [42206].
We can probably completely remove this reference :)