Re: BuddyPress Links 0.2-RC1 now available
I made a poor assumption when this was initially reported that this was a CSS issue when in fact it was a mismatched tag. Here is how to fix it…
In bp-links-templatetags.php on line 2245 replace ‘</span>’ with ‘</div>’
Here is the file/line in trac for reference.
https://plugins.trac.wordpress.org/browser/buddypress-links/tags/0.2/bp-links-templatetags.php#L2245
I think that should put this one to bed, which is where I should be, hehe.