Fixing BP Profile Privacy 0.2
-
Like many other people, the move to WP 3.1 was a little hasty and while for me, I don’t think any plugins actually stopped working, I just lost most of my administration control panels.
For BP profile privacy, I changed the following lines in bp-profile-privacy-core.php to the following:
Line 29 is now: `add_action( ‘network_admin_menu’, ‘bp_profile_privacy_setup_globals’, 2 );`
Line 43 is now: `add_action( ‘network_admin_menu’, ‘bp_profile_privacy_add_admin_menu’ );`I’m new to all of this so forgive me if something in this thread is not formatted correctly.
Like many other people have already commented, Thank You Jeff @jeffsayre for making a great plugin. Your skills and abilities go way beyond mine and I am grateful for your volunteering in plugin development over the past few years.
For the rest of us who are just using this plugin, hopefully this information will help us as we get integrated with WP 3.1.
You must be logged in to reply to this topic.