Opened 2 years ago
Closed 2 years ago
#17566 closed defect (bug) (fixed)
Twenty Eleven Instantiate $show_sep in templates.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.2 |
| Component: | Bundled Theme | Version: | 3.2 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | michael@… |
Description
A notice will be generated in case where a taxonomy archive is queried for that contains posts not having the 'post' post_type. The notice is generated because the value of $show_sep is being tested against, but the variable does not exist where post_type != 'post'. I first noticed this in content.php but have instantiate the var in all other templates where I found it.
Attachments (1)
Change History (3)
- Component changed from Themes to Bundled Theme
- Keywords dev-feedback removed
- Milestone changed from Awaiting Review to 3.2
- Owner set to iandstewart
- Status changed from new to assigned
- Summary changed from Instantiate $show_sep in templates. to Twenty Eleven Instantiate $show_sep in templates.
Closed as a dup: #17716
comment:2
iandstewart — 2 years ago
- Resolution set to fixed
- Status changed from assigned to closed
In [18186]:
Note: See
TracTickets for help on using
tickets.

Instantiate $show_sep where needed in template files.