Changeset 5560 for trunk/src/includes/extend/buddypress/groups.php
- Timestamp:
- 11/10/2014 10:50:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/extend/buddypress/groups.php
r5511 r5560 150 150 * 151 151 * @since bbPress (r3746) 152 */ 153 public function display() { 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 ) { 154 156 155 157 // Prevent Topic Parent from appearing … … 1201 1203 default : 1202 1204 return $url; 1203 break;1204 1205 } 1205 1206
Note: See TracChangeset
for help on using the changeset viewer.