diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index 190bb7ac13..3bae940dac 100644 --- a/wp-includes/comment-template.php +++ b/wp-includes/comment-template.php @@ -1697,7 +1697,8 @@ function get_comment_reply_link( $args = array(), $comment = null, $post = null 'replytocom' => $comment->comment_ID, 'unapproved' => false, 'moderation-hash' => false, - ) + ), + get_permalink( $post->ID ) ) ) . '#' . $args['respond_id'], $data_attribute_string, diff --git a/wp-includes/version.php b/wp-includes/version.php index bf195e381a..16048523c9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45786'; +$wp_version = '5.3-alpha-45787'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.