Changeset 9086 for trunk/src/bp-activity/bp-activity-cssjs.php
- Timestamp:
- 10/18/2014 11:33:26 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-cssjs.php
r8958 r9086 42 42 } 43 43 44 // Print a list of the current user's friends to the page for quicker @mentions lookups. 44 /** 45 * Fires at the end of the Activity Mentions script. 46 * 47 * This is the hook where BP components can add their own prefetched results 48 * friends to the page for quicker @mentions lookups. 49 * 50 * @since BuddyPress (2.1.0) 51 */ 45 52 do_action( 'bp_activity_mentions_prime_results' ); 46 53 }
Note: See TracChangeset
for help on using the changeset viewer.