Opened 3 years ago
Closed 3 years ago
#14261 closed defect (bug) (fixed)
comment_text() needs to pass some IDs
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Comments | Version: | |
| Severity: | normal | Keywords: | gsoc has-patch |
| Cc: | wojtek.szkutnik@…, simon@… |
Description
Bug: The comment_text() function doesn't pass the $comment_ID to get_comment_text().
Enhancement: Additionally, it'd be nice for the filters in both of these functions to be passed the comment ID.
Attachments (2)
Change History (7)
wojtek.szkutnik — 3 years ago
wojtek.szkutnik — 3 years ago
comment:1
wojtek.szkutnik — 3 years ago
- Cc wojtek.szkutnik@… added
- Keywords gsoc has-patch added
comment:2
follow-up:
↓ 4
simonwheatley — 3 years ago
- Cc simon@… added
comment:3
simonwheatley — 3 years ago
I've incorporated this proposed param into #14856, let me know if this is unhelpful and I'll refactor the patches on that ticket.
Replying to simonwheatley:
N.B. You can get the comment ID from the $comment global.
We'd need to here. If $comment_ID = 0, we only set $comment via get_comment(), but don't update $comment_ID. So we'll have to change $comment_ID to $comment->ID.
I like the patch in #14856 but I don't really see a problem with getting this in on its own.

N.B. You can get the comment ID from the $comment global.