#2570 closed defect (bug) (fixed)
Comments feed problem in current 2.1-alpha1 (revision 3643)
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | General | Version: | 2.1 |
| Severity: | major | Keywords: | bg|has-patch bg|tested bg|commit |
| Cc: |
Description
I found there are 2 problems of comments feed in the current revision 3643.
- "All Comments" feed generated the same content as Posts feed.
- Comments feed of individual posts cannnot show the comments of the posts.
Attachments (2)
Change History (11)
comment:1
davidhouse — 7 years ago
- Owner changed from anonymous to davidhouse
- Status changed from new to assigned
davidhouse — 7 years ago
comment:2
davidhouse — 7 years ago
- Keywords bg|has-patch added
comment:3
davidhouse — 7 years ago
Err, never mind, that patch is completely broken. Working on a second.
comment:4
davidhouse — 7 years ago
Try this second one.
davidhouse — 7 years ago
- Keywords bg|tested bg|commit added
second patch fixes the problem described in the ticket.
We also need to add $id and $comment to the list of globals in load_template() for back compat.
- Resolution set to fixed
- Status changed from assigned to closed
comment:8
davidhouse — 7 years ago
Perhaps we could just do the old trick of extract($GLOBALS); to give anything loaded by load_template() global scope.
Note: See
TracTickets for help on using
tickets.

Try that.