Opened 3 years ago
Closed 3 years ago
#12874 closed defect (bug) (fixed)
$comment_ID argument is missing in comment_excerpt()
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Comments | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | bmbalex@… |
Description
echo apply_filters('comment_excerpt', get_comment_excerpt() );
should be
echo apply_filters('comment_excerpt', get_comment_excerpt($comment_ID) );
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.

add $comment_ID argument.