Ticket #2567: jeffsayre_2567_button.patch
| File jeffsayre_2567_button.patch, 539 bytes (added by , 16 years ago) |
|---|
-
buddypress/bp-friends/bp-friends-templatetags.php
144 144 } 145 145 $button .= '</div>'; 146 146 147 return apply_filters( 'bp_get_add_friend_button', $button );147 return apply_filters( 'bp_get_add_friend_button', $button, $potential_friend_id, $friend_status ); 148 148 } 149 149 150 150 function bp_get_friend_ids( $user_id = false ) {