#20668 closed defect (bug) (fixed)
$wp_did_template_redirect is unused
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.4 | Priority: | normal |
| Severity: | trivial | Version: | 3.4 |
| Component: | Template | Keywords: | has-patch commit |
| Focuses: | Cc: |
Description
The global declaration at the start of load_template() in wp-includes/template.php (or wp-includes/theme.php before 3.4) imports a variable called $wp_did_template_redirect. This variable doesn't exist and is not referenced anywhere else.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Removes the variable