Forums
-
- Forum
- Posts
-
- Installation
- 28,521
- Troubleshooting
- 62,696
- Themes
- 10,443
- Plugins
- 15,379
- Requests & Feedback
- 14,981
- Showcase
- 3,261
-
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.