Opened 4 years ago
Closed 4 years ago
#8873 closed defect (bug) (invalid)
Dead query code
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | p page_id query_vars dead-code has-patch |
| Cc: |
Description
Currently $q['p'] is set to $q['page_id'], but $q is not a global variable, not returned, not passed to a filter, and $q['p'] is not referred to again in that method, so the code does nothing.
Patch removes it.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.

Isn't it a reference to query_vars?