Opened 14 years ago
Closed 11 years ago
#16907 closed defect (bug) (invalid)
Redirecting w/o using wp_redirect();
Reported by: | hakre | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.1 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
Some places in worpdress core do not make use of the wp_redirect() function.
Attachments (1)
Change History (5)
#1
@
14 years ago
Three of those places can be easily resolved, reducing duplicate code and increasing security.
#4
@
11 years ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
ms-settings.php
is the only location in core which doens't make use of wp_redirect()
or wp_safe_redirect()
.
ms-settings.php
is too early to call wp_redirect()
(It, and it's dependancies are not yet loaded).
Note: See
TracTickets for help on using
tickets.
theme-editor.php and ms-settings.php