Changeset 10147 for trunk/src/bp-friends/bp-friends-activity.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-activity.php
r9995 r10147 1 1 <?php 2 3 2 /** 4 3 * BuddyPress Friends Activity Functions. … … 11 10 */ 12 11 13 // Exit if accessed directly 12 // Exit if accessed directly. 14 13 defined( 'ABSPATH' ) || exit; 15 14 … … 117 116 * Fires after all default bp-friends activity actions have been registered. 118 117 * 119 * @since BuddyPress (1.1.0)118 * @since 1.1.0 120 119 */ 121 120 do_action( 'friends_register_activity_actions' ); … … 126 125 * Format 'friendship_accepted' activity actions. 127 126 * 128 * @since BuddyPress (2.0.0)127 * @since 2.0.0 129 128 * 130 129 * @param string $action Activity action string. … … 150 149 * Filters the 'friendship_accepted' activity action format. 151 150 * 152 * @since BuddyPress (2.0.0)151 * @since 2.0.0 153 152 * 154 153 * @param string $action String text for the 'friendship_accepted' action. … … 161 160 * Format 'friendship_created' activity actions. 162 161 * 163 * @since BuddyPress (2.0.0)162 * @since 2.0.0 164 163 * 165 164 * @param string $action Static activity action. … … 185 184 * Filters the 'friendship_created' activity action format. 186 185 * 187 * @since BuddyPress (2.0.0)186 * @since 2.0.0 188 187 * 189 188 * @param string $action String text for the 'friendship_created' action. … … 198 197 * This reduces database overhead during the activity loop. 199 198 * 200 * @since BuddyPress (2.0.0)199 * @since 2.0.0 201 200 * 202 201 * @param array $activities Array of activity items. … … 237 236 * For details on the syntax, see {@link BP_Activity_Query}. 238 237 * 239 * @since BuddyPress (2.2.0)238 * @since 2.2.0 240 239 * 241 240 * @param array $retval Empty array by default … … 291 290 * For details on the syntax, see {@link BP_Activity_Query}. 292 291 * 293 * @since BuddyPress (2.2.0)292 * @since 2.2.0 294 293 * 295 294 * @param array $retval Empty array by default … … 368 367 * for virtual friendship. 369 368 * 370 * @since BuddyPress (1.9.0)369 * @since 1.9.0 371 370 * 372 371 * @param int $friendship_id
Note: See TracChangeset
for help on using the changeset viewer.