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 = '' ) { |
| 1626 | 1626 | 'recorded_time' => bp_core_current_time(), // The GMT time that this activity was recorded |
| 1627 | 1627 | 'hide_sitewide' => false, // Should this be hidden on the sitewide activity stream? |
| 1628 | 1628 | 'is_spam' => false, // Is this activity item to be marked as spam? |
| 1629 | | ) ); |
| | 1629 | ), 'activity_add' ); |
| 1630 | 1630 | |
| 1631 | 1631 | // Make sure we are backwards compatible |
| 1632 | 1632 | if ( empty( $r['component'] ) && !empty( $r['component_name'] ) ) { |