Opened 4 years ago
Closed 4 years ago
#57464 closed defect (bug) (fixed)
non-existant filter referenced in the DocBlock of wp_safe_redirect() and wp_redirect()
| Reported by: | pbiron | Owned by: | audrasjb |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.2 |
| Component: | HTTP API | Version: | 4.6 |
| Severity: | normal | Keywords: | needs-patch |
| Cc: | Focuses: | docs |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Introduced in [42206].
We can probably completely remove this reference :)