Changeset 10147 for trunk/src/bp-friends/bp-friends-cache.php
- Timestamp:
- 09/27/2015 05:08:37 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/bp-friends-cache.php
r9995 r10147 1 1 <?php 2 3 2 /** 4 3 * BuddyPress Friends Caching. … … 11 10 */ 12 11 13 // Exit if accessed directly 12 // Exit if accessed directly. 14 13 defined( 'ABSPATH' ) || exit; 15 14 … … 37 36 * Clear the friend request cache for the user not initiating the friendship. 38 37 * 39 * @since BuddyPress (2.0.0)38 * @since 2.0.0 40 39 * 41 40 * @param int $friend_user_id The user ID not initiating the friendship. … … 50 49 * A friendship is deemed saved when a friendship is requested or accepted. 51 50 * 52 * @since BuddyPress (2.0.0)51 * @since 2.0.0 53 52 * 54 53 * @param int $friendship_id The friendship ID. … … 67 66 * A friendship is deemed removed when a friendship is withdrawn or rejected. 68 67 * 69 * @since BuddyPress (2.0.0)68 * @since 2.0.0 70 69 * 71 70 * @param int $friendship_id The friendship ID.
Note: See TracChangeset
for help on using the changeset viewer.