Changeset 5038
- Timestamp:
- 07/17/2013 07:44:48 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/extend/buddypress/group.php
r5027 r5038 1093 1093 1094 1094 <input type="hidden" name="group-show-forum" id="group-show-forum" value="1" /> 1095 1095 1096 1096 <?php 1097 1097 } … … 1380 1380 $args['item_id'] = $group->id; 1381 1381 1382 // Update the group's last activity 1383 groups_update_last_activity( $group->id ); 1384 1382 1385 return $args; 1383 1386 }
Note: See TracChangeset
for help on using the changeset viewer.