git-svn-id: https://develop.svn.wordpress.org/trunk@2221 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-02-05 05:38:57 +00:00
parent c04ff4672e
commit bbc5b2da00
1 changed files with 1 additions and 1 deletions

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 :