Opened 16 years ago
Closed 16 years ago
#15112 closed defect (bug) (fixed)
WP->parse_request() shouldn't look in $GLOBALS
| Reported by: | scribu | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [15796]) Don't look in in WP->parse_request(). See #15112