Make WordPress Core

Opened 14 years ago

Closed 11 years ago

#16907 closed defect (bug) (invalid)

Redirecting w/o using wp_redirect();

Reported by: hakre's profile 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)

16907.patch (1.5 KB) - added by hakre 14 years ago.
theme-editor.php and ms-settings.php

Download all attachments as: .zip

Change History (5)

@hakre
14 years ago

theme-editor.php and ms-settings.php

#1 @hakre
14 years ago

Three of those places can be easily resolved, reducing duplicate code and increasing security.

#2 @hakre
14 years ago

Related: #16909

#3 @voyagerfan5761
14 years ago

  • Cc WordPress@… added

#4 @dd32
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.