Changeset 4822 for trunk/bp-friends/bp-friends-functions.php
- Timestamp:
- 07/23/2011 06:17:04 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-friends/bp-friends-functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-functions.php
r4799 r4822 1 1 <?php 2 3 4 2 /******************************************************************************** 5 3 * Business Functions … … 10 8 * true or false on success or failure. 11 9 */ 10 11 // Exit if accessed directly 12 if ( !defined( 'ABSPATH' ) ) exit; 12 13 13 14 function friends_add_friend( $initiator_userid, $friend_userid, $force_accept = false ) {
Note: See TracChangeset
for help on using the changeset viewer.