Changeset 6272 for trunk/src/includes/extend/buddypress/groups.php
- Timestamp:
- 02/02/2017 07:46:37 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/extend/buddypress/groups.php
r6253 r6272 92 92 add_action( 'groups_before_delete_group', array( $this, 'disconnect_forum_from_group' ) ); 93 93 94 // Adds a bbPress meta box to the new BuddyPress Group Admin UI94 // Adds a bbPress meta-box to the new BuddyPress Group Admin UI 95 95 add_action( 'bp_groups_admin_meta_boxes', array( $this, 'group_admin_ui_edit_screen' ) ); 96 96 … … 460 460 461 461 /** 462 * Adds a meta box to BuddyPress Group Admin UI462 * Adds a meta-box to BuddyPress Group Admin UI 463 463 * 464 464 * @since 2.3.0 bbPress (r4814) … … 479 479 480 480 /** 481 * Displays the bbPress meta box in BuddyPress Group Admin UI481 * Displays the bbPress meta-box in BuddyPress Group Admin UI 482 482 * 483 483 * @since 2.3.0 bbPress (r4814)
Note: See TracChangeset
for help on using the changeset viewer.