Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: New Plugin – BuddyPress Links – Beta Support


MrMaz
Participant

@mrmaz

Props to SlaFFik for pointing out a nasty bug which was breaking wire posts. The fix is in trunk, but until I have time to tag a new version here is the fix.

In bp-links.php change line 1546 from:

require_once ( BP_LINKS_PLUGIN_NAME . ‘/bp-links-notifications.php’ );

to

require_once ( BP_LINKS_PLUGIN_DIR . ‘/bp-links-notifications.php’ );

Skip to toolbar