Changeset 2221
- Timestamp:
- 02/05/05 05:38:57 (4 years ago)
- Files:
-
- trunk/wp-comments-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-comments-post.php
r2166 r2221 22 22 get_currentuserinfo(); 23 23 if ( $user_ID ) : 24 $comment_author = $user_ login;24 $comment_author = $user_identity; 25 25 $comment_author_email = $user_email; 26 26 $comment_author_url = str_replace('http://', '', $user_url);
