Changeset 2221

Show
Ignore:
Timestamp:
02/05/05 05:38:57 (4 years ago)
Author:
saxmatt
Message:

Wrong variable - http://mosquito.wordpress.org/view.php?id=786

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-comments-post.php

    r2166 r2221  
    2222get_currentuserinfo(); 
    2323if ( $user_ID ) : 
    24     $comment_author       = $user_login
     24    $comment_author       = $user_identity
    2525    $comment_author_email = $user_email; 
    2626    $comment_author_url   = str_replace('http://', '', $user_url);