Skip to:
Content

BuddyPress.org

Ticket #6293: 6293.patch

File 6293.patch, 728 bytes (added by imath, 11 years ago)
  • src/bp-activity/bp-activity-functions.php

    diff --git src/bp-activity/bp-activity-functions.php src/bp-activity/bp-activity-functions.php
    index 756dc03..0bade0d 100644
    function bp_activity_add( $args = '' ) { 
    16261626                'recorded_time'     => bp_core_current_time(), // The GMT time that this activity was recorded
    16271627                'hide_sitewide'     => false,                  // Should this be hidden on the sitewide activity stream?
    16281628                'is_spam'           => false,                  // Is this activity item to be marked as spam?
    1629         ) );
     1629        ), 'activity_add' );
    16301630
    16311631        // Make sure we are backwards compatible
    16321632        if ( empty( $r['component'] ) && !empty( $r['component_name'] ) ) {