Lost edit links after upgrade…
-
After upgrading to 2.4.1 I seem to have lost the “edit” post link in forums.
admins still see the links, “participants” don’t (for their own posts). I think its falling foul of
// User cannot edit or it is past the lock time
if ( empty( $reply ) || !current_user_can( 'edit_reply', $reply->ID ) || bbp_p\
ast_edit_lock( $reply->post_date_gmt ) ) {
return;
}
in particular the current_user_can check. A bit confusing because that doesn’t seem to have changed…
- You must be logged in to reply to this topic.