Oct 04, 2022 3:25 pm
just found a small bug
the profile picture of some members is linked to twitter/gVectors in the member list
Example:
My own, dimalifragis, Chris, Sofy, ...
3 Replies
Oct 06, 2022 1:45 pm
The bug is in the members.php
the closing a tag is missing
case 'twitter': echo '<a href="' . esc_url_raw($value) . '"><i class="fa-brands fa-twitter-square"></i>'; break;