Opened 14 years ago
Closed 14 years ago
#15112 closed defect (bug) (fixed)
WP->parse_request() shouldn't look in $GLOBALS
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
I'm talking about this:
http://core.trac.wordpress.org/browser/trunk/wp-includes/classes.php?annotate=blame&rev=15793#L266
I'm told it's a (very old) feature.
I don't think it makes sense to have it anymore, as it's causing problems and register_globals is evil anyway.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
(In [15796]) Don't look in in WP->parse_request(). See #15112