Opened 9 years ago
Closed 9 years ago
#36538 closed enhancement (fixed)
Allow to pass comment ID and class to `edit_comment_link()`
Reported by: | flixos90 | Owned by: | rachelbaker |
---|---|---|---|
Milestone: | 4.6 | Priority: | normal |
Severity: | normal | Version: | 1.0 |
Component: | Comments | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
Similar to edit_post_link()
, it would be useful to allow passing the comment ID we want to get the link for to the function. And while we're at it, we can also add the $class
parameter to allow setting a different CSS class than the default.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
patch with the new parameters