Changes between Initial Version and Version 1 of Ticket #8702, comment 2
- Timestamp:
- 05/15/2022 12:43:32 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8702, comment 2
initial v1 4 4 /var/www/vhosts/freya.nl/httpdocs/wp-content/plugins/buddypress/bp-core/deprecated/2.5.php:873: do_action( 'bp_groups_sent_membership_request_email', $tokens['admin.id'], $email_subject, $email_content, $tokens['requesting-user.id'], $tokens['group.id'], $tokens['membership.id'] ); 5 5 root@s01:/var/www/vhosts/freya.nl# 6 7 8 However: 9 10 \wp-content\plugins\buddypress\bp-groups\bp-groups-notifications.php line 166 admin.id is set 11 \wp-content\plugins\buddypress\bp-members\bp-members-membership-requests.php line 200 admin.id is set 12 \wp-content\plugins\buddypress\bp-groups\bp-groups-notifications.php line 172 and 219 requesting-user.id is set 13 \wp-content\plugins\buddypress\bp-groups\bp-groups-notifications.php line 91,169,216 and 292 group.id is set 14 15 membership.id is nowhere set, so that explaines the warning.