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-friends/bp-friends-functions.php

    r5712 r5729  
    2121    $friendship = new BP_Friends_Friendship;
    2222
    23     if ( (int)$friendship->is_confirmed )
     23    if ( (int) $friendship->is_confirmed )
    2424        return true;
    2525
     
    173173        return false;
    174174
    175     if ( !(int)$friend_count )
     175    if ( !(int) $friend_count )
    176176        return false;
    177177
Note: See TracChangeset for help on using the changeset viewer.