git-svn-id: http://svn.automattic.com/wordpress/trunk@2221 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2005-02-05 05:38:57 +00:00
parent 5a6dd75c0d
commit f59a508df3

View File

@ -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 :