Skip to:
Content

BuddyPress.org

Changeset 9650


Ignore:
Timestamp:
03/26/2015 09:54:05 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Activity: Clean up docblock for bp_activity_create_summary(). See #6177.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-functions.php

    r9649 r9650  
    26512651 * activity in the future.
    26522652 *
    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.
    26552658 * @return string
    2656  * @since BuddyPress (2.3.0)
    26572659 */
    26582660function bp_activity_create_summary( $content, $activity ) {
Note: See TracChangeset for help on using the changeset viewer.