Make WordPress Core


Ignore:
Timestamp:
02/05/2005 05:38:57 AM (22 years ago)
Author:
saxmatt
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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);
Note: See TracChangeset for help on using the changeset viewer.