Problem and solution
-
Hi,
I believe there is a problem in line 174, where
checked(true, is_object_in_term($user->ID, $key, $term))should be
checked(true, is_object_in_term($user->ID, $key, $term->term_id))Before I fixed this on the my-profile page the selection of the term didn’t function properly: two terms got selected instead of one.
The topic ‘Problem and solution’ is closed to new replies.