Changeset 32786
- Timestamp:
- 06/16/2015 12:18:39 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r32769 r32786 1439 1439 1440 1440 $link = sprintf( "<a class='comment-reply-link' href='%s' onclick='%s' aria-label='%s'>%s</a>", 1441 esc_url( add_query_arg( 'replytocom', $comment->comment_ID ) ) . "#" . $args['respond_id'],1441 esc_url( add_query_arg( 'replytocom', $comment->comment_ID, get_permalink( $post->ID ) ) ) . "#" . $args['respond_id'], 1442 1442 $onclick, 1443 1443 esc_attr( sprintf( $args['reply_to_text'], $comment->comment_author ) ),
Note: See TracChangeset
for help on using the changeset viewer.