Changeset 5729 for trunk/bp-activity/bp-activity-actions.php
- Timestamp:
- 02/11/2012 09:32:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-actions.php
r5684 r5729 271 271 // Post to groups object 272 272 } else if ( 'groups' == $object && bp_is_active( 'groups' ) ) { 273 if ( (int) $item_id ) {273 if ( (int) $item_id ) { 274 274 $activity_id = groups_post_update( array( 'content' => $content, 'group_id' => $item_id ) ); 275 275 }
Note: See TracChangeset
for help on using the changeset viewer.