diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index 235b54109c..fd31591ce5 100644 --- a/wp-includes/comment-template.php +++ b/wp-includes/comment-template.php @@ -1502,7 +1502,7 @@ function get_post_reply_link($args = array(), $post = null) { } if ( get_option('comment_registration') && ! is_user_logged_in() ) { - $link = sprintf( '%s', + $link = sprintf( '%s', wp_login_url( get_permalink() ), $args['login_text'] ); diff --git a/wp-includes/version.php b/wp-includes/version.php index a4e0b664ba..7e6040eb59 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31411'; +$wp_version = '4.2-alpha-31412'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.