Changeset 11242
- Timestamp:
- 11/06/2016 01:10:10 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/classes/class-bp-friends-friendship.php
r11124 r11242 177 177 * @since 1.0.0 178 178 * 179 * @param Object$value Current friendship request object.179 * @param BP_Friends_Friendship $value Current friendship request object. 180 180 */ 181 181 do_action_ref_array( 'friends_friendship_before_save', array( &$this ) ); … … 196 196 * @since 1.0.0 197 197 * 198 * @param Object$value Current friendship request object.198 * @param BP_Friends_Friendship $value Current friendship request object. 199 199 */ 200 200 do_action( 'friends_friendship_after_save', array( &$this ) );
Note: See TracChangeset
for help on using the changeset viewer.