Changeset 5807 for branches/2.5/includes/extend/buddypress/groups.php
- Timestamp:
- 07/07/2015 03:25:03 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/includes/extend/buddypress/groups.php
r5089 r5807 148 148 /** 149 149 * The primary display function for group forums 150 */ 151 public function display() { 150 * 151 * @since bbPress (r3746) 152 * 153 * @param int $group_id ID of the current group. Available only on BP 2.2+. 154 */ 155 public function display( $group_id = null ) { 152 156 153 157 // Prevent Topic Parent from appearing
Note: See TracChangeset
for help on using the changeset viewer.