Changeset 5729 for trunk/bp-friends/bp-friends-functions.php
- Timestamp:
- 02/11/2012 09:32:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-functions.php
r5712 r5729 21 21 $friendship = new BP_Friends_Friendship; 22 22 23 if ( (int) $friendship->is_confirmed )23 if ( (int) $friendship->is_confirmed ) 24 24 return true; 25 25 … … 173 173 return false; 174 174 175 if ( !(int) $friend_count )175 if ( !(int) $friend_count ) 176 176 return false; 177 177
Note: See TracChangeset
for help on using the changeset viewer.