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
This commit is contained in:
parent
5a6dd75c0d
commit
f59a508df3
|
@ -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 :
|
||||
|
|
Loading…
Reference in New Issue