Skip to:
Content

BuddyPress.org

Changeset 4788


Ignore:
Timestamp:
07/22/2011 12:40:29 PM (14 years ago)
Author:
boonebgorges
Message:

Don't re-require activity notification functions, already included in component class. See #3367

File:
1 edited

Legend:

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

    r4775 r4788  
    705705    bp_update_user_meta( $bp->loggedin_user->id, 'bp_latest_update', array( 'id' => $activity_id, 'content' => wp_filter_kses( $content ) ) );
    706706
    707     // Require the notifications code so email notifications can be set on the 'bp_activity_posted_update' action.
    708     require( BP_PLUGIN_DIR . '/bp-activity/bp-activity-notifications.php' );
    709 
    710707    do_action( 'bp_activity_posted_update', $content, $user_id, $activity_id );
    711708
     
    751748
    752749    // Send an email notification if settings allow
    753     require( BP_PLUGIN_DIR . '/bp-activity/bp-activity-notifications.php' );
    754750    bp_activity_new_comment_notification( $comment_id, $user_id, $params );
    755751
Note: See TracChangeset for help on using the changeset viewer.