Changeset 6498 for trunk/src/includes/extend/buddypress/groups.php
- Timestamp:
- 06/08/2017 01:58:51 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/extend/buddypress/groups.php
r6488 r6498 4 4 * bbPress BuddyPress Group Extension Class 5 5 * 6 * This file is responsible for connecting bbPress to BuddyPress's Groups6 * This file is responsible for connecting bbPress to the BuddyPress Groups 7 7 * Component. It's a great example of how to perform both simple and advanced 8 * techniques to manipulate bbPress's default output.8 * techniques to manipulate the default output provided by both. 9 9 * 10 10 * @package bbPress … … 818 818 } 819 819 820 // Update bbPress'internal private and forum ID variables820 // Update internal private and forum ID variables 821 821 bbp_repair_forum_visibility(); 822 822
Note: See TracChangeset
for help on using the changeset viewer.