Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/11/2012 09:32:04 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Breathing room for cast variables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-actions.php

    r5684 r5729  
    271271    // Post to groups object
    272272    } else if ( 'groups' == $object && bp_is_active( 'groups' ) ) {
    273         if ( (int)$item_id ) {
     273        if ( (int) $item_id ) {
    274274            $activity_id = groups_post_update( array( 'content' => $content, 'group_id' => $item_id ) );
    275275        }
Note: See TracChangeset for help on using the changeset viewer.