Opened 17 years ago
Closed 17 years ago
#8011 closed defect (bug) (fixed)
get_comment_reply_link doesn't respect the respond_id value for the fragment identifier
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.7 | Priority: | normal |
| Severity: | normal | Version: | 2.7 |
| Component: | General | Keywords: | get_comment_reply_link respond_to reply comment has-patch |
| Focuses: | Cc: |
Description
You can pass the value of the reply section id (usually "respond") to get_comment_reply_link(), and it uses it in the inline reply JavaScript, but the reply link fragment identifier is hard-coded as "#respond" instead of using the received reply section id.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [9416]) Respect respond_id. props filosofo. fixes #8011