Changeset 9315 for trunk/src/bp-friends/bp-friends-actions.php
- Timestamp:
- 01/08/2015 09:43:47 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-friends/bp-friends-actions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/bp-friends-actions.php
r7556 r9315 41 41 } 42 42 43 } else if ( 'is_friend' == $friendship_status ) {43 } elseif ( 'is_friend' == $friendship_status ) { 44 44 bp_core_add_message( __( 'You are already friends with this user', 'buddypress' ), 'error' ); 45 45 } else { … … 79 79 } 80 80 81 } else if ( 'is_friends' == $friendship_status ) {81 } elseif ( 'is_friends' == $friendship_status ) { 82 82 bp_core_add_message( __( 'You are not yet friends with this user', 'buddypress' ), 'error' ); 83 83 } else {
Note: See TracChangeset
for help on using the changeset viewer.