diff --git a/wp-content/themes/classic/comments.php b/wp-content/themes/classic/comments.php index 1473074f68..ddb7543f0d 100644 --- a/wp-content/themes/classic/comments.php +++ b/wp-content/themes/classic/comments.php @@ -35,7 +35,7 @@

-

logged in to post a comment.'), get_option('siteurl')."/wp-login.php?redirect_to=".get_the_permalink());?>

+

logged in to post a comment.'), get_option('siteurl')."/wp-login.php?redirect_to=".urlencode(get_permalink()));?>

diff --git a/wp-content/themes/default/comments.php b/wp-content/themes/default/comments.php index a9f1f39271..33534ff8dd 100644 --- a/wp-content/themes/default/comments.php +++ b/wp-content/themes/default/comments.php @@ -66,7 +66,7 @@

Leave a Reply

-

You must be logged in to post a comment.

+

You must be logged in to post a comment.