Forums
-
- Forum
- Posts
-
- Installation
- 28,502
- Troubleshooting
- 62,682
- Themes
- 10,431
- Plugins
- 15,361
- Requests & Feedback
- 14,972
- Showcase
- 3,256
-
I have a wild guess. Looking at line 79 of bb-includes/akismet.php (in 0.80) shows this:
'comment_author' => get_user_name( $user-ID ),
and I think it’s missing a > between $user- and ID
'comment_author' => get_user_name( $user->ID ),
If that fixes it, I can file a trac ticket.