Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#8011 closed defect (bug) (fixed)

get_comment_reply_link doesn't respect the respond_id value for the fragment identifier

Reported by: filosofo's profile filosofo 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)

respond_id.diff (1.0 KB) - added by filosofo 16 years ago.

Download all attachments as: .zip

Change History (2)

@filosofo
16 years ago

#1 @ryan
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [9416]) Respect respond_id. props filosofo. fixes #8011

Note: See TracTickets for help on using tickets.