Changeset 10457 for trunk/src/bp-activity/bp-activity-functions.php
- Timestamp:
- 01/19/2016 07:55:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-functions.php
r10455 r10457 134 134 bp_delete_user_meta( $user_id, 'bp_new_mention_count' ); 135 135 bp_delete_user_meta( $user_id, 'bp_new_mentions' ); 136 137 /** 138 * Fires once mentions has been reset for a given user. 139 * 140 * @since 2.5.0 141 * 142 * @param int $user_id The id of the user whose unread mentions are being reset. 143 */ 144 do_action( 'bp_activity_clear_new_mentions', $user_id ); 136 145 } 137 146
Note: See TracChangeset
for help on using the changeset viewer.