From f59a508df376d12dd23c39066e7beb7b65a6a245 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Sat, 5 Feb 2005 05:38:57 +0000 Subject: [PATCH] Wrong variable - http://mosquito.wordpress.org/view.php?id=786 git-svn-id: http://svn.automattic.com/wordpress/trunk@2221 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-comments-post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-comments-post.php b/wp-comments-post.php index bf03915ac..90494605d 100644 --- a/wp-comments-post.php +++ b/wp-comments-post.php @@ -21,7 +21,7 @@ $comment_content = $_POST['comment']; // If the user is logged in get_currentuserinfo(); if ( $user_ID ) : - $comment_author = $user_login; + $comment_author = $user_identity; $comment_author_email = $user_email; $comment_author_url = str_replace('http://', '', $user_url); else :