Ticket #31333: 31333.1.diff
File 31333.1.diff, 681 bytes (added by , 10 years ago) |
---|
-
wp-includes/comment-template.php
1408 1408 ); 1409 1409 1410 1410 $link = sprintf( "<a class='comment-reply-link' href='%s' onclick='%s' aria-label='%s'>%s</a>", 1411 esc_url( add_query_arg( 'replytocom', $comment->comment_ID ) ) . "#" . $args['respond_id'],1411 esc_url( add_query_arg( 'replytocom', $comment->comment_ID, get_permalink($post->ID) ) ) . "#" . $args['respond_id'], 1412 1412 $onclick, 1413 1413 esc_attr( sprintf( $args['reply_to_text'], $comment->comment_author ) ), 1414 1414 $args['reply_text']