diff --git a/wp-content/themes/classic/comments.php b/wp-content/themes/classic/comments.php index c9e64e2976..898763ed6c 100644 --- a/wp-content/themes/classic/comments.php +++ b/wp-content/themes/classic/comments.php @@ -42,7 +42,7 @@ if ( post_password_required() ) : ?>
-logged in to post a comment.'), get_option('siteurl')."/wp-login.php?redirect_to=".urlencode(get_permalink()));?>
+logged in to post a comment.'), wp_login_url( get_permalink() ) );?>