Changeset 2507
- Timestamp:
- 02/01/2010 09:24:14 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-notifications.php
r2501 r2507 89 89 $parent_comment = new BP_Activity_Activity( $parent_id ); 90 90 91 if ( $parent_comment->user_id != $commenter_id && 'no' != get_usermeta( $parent_comment->user_id, 'notification_activity_new_reply' ) ) {91 if ( $parent_comment->user_id != $commenter_id && $original_activity->user_id != $parent_comment->user_id && 'no' != get_usermeta( $parent_comment->user_id, 'notification_activity_new_reply' ) ) { 92 92 $poster_name = bp_core_get_user_displayname( $commenter_id ); 93 93 $thread_link = bp_activity_get_permalink( $activity_id );
Note: See TracChangeset
for help on using the changeset viewer.