Changeset 9650
- Timestamp:
- 03/26/2015 09:54:05 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-functions.php
r9649 r9650 2651 2651 * activity in the future. 2652 2652 * 2653 * @param string $content The content of the activity item. 2654 * @param array $activity_args The data passed to bp_activity_add() or the values from an Activity obj. 2653 * @since BuddyPress (2.3.0) 2654 * 2655 * @param string $content The content of the activity item. 2656 * @param array $activity The data passed to bp_activity_add() or the values 2657 * from an Activity obj. 2655 2658 * @return string 2656 * @since BuddyPress (2.3.0)2657 2659 */ 2658 2660 function bp_activity_create_summary( $content, $activity ) {
Note: See TracChangeset
for help on using the changeset viewer.