Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/10/2013 07:17:14 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Introduce bbp_repair_forum_visibility() and use it:

  • when creating a new BuddyPress Group Forum
  • in the bbp_admin_repair_forum_visibility() tool

Fixes issues with new group forums not bumping the private/hidden forum ID's. Props r-a-y. Fixes #2349.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/extend/buddypress/group.php

    r4995 r5017  
    680680            $this->disconnect_forum_from_group( $group_id );
    681681        }
     682
     683        // Update bbPress' internal private and forum ID variables
     684        bbp_repair_forum_visibility();
    682685
    683686        // Return the group
Note: See TracChangeset for help on using the changeset viewer.