Changeset 11848
- Timestamp:
- 02/07/2018 02:51:20 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-functions.php
r11787 r11848 3560 3560 ); 3561 3561 3562 $groups_details_updated = array(3563 'description' => __( "A group's details were updated.", 'buddypress' ),3564 'unsubscribe' => array(3565 'meta_key' => 'notification_groups_group_updated',3566 'message' => __( 'You will no longer receive emails when one of your groups is updated.', 'buddypress' ),3567 ),3568 );3569 3570 3562 $groups_invitation = array( 3571 3563 'description' => __( 'A member has sent a group invitation to the recipient.', 'buddypress' ), … … 3573 3565 'meta_key' => 'notification_groups_invite', 3574 3566 'message' => __( 'You will no longer receive emails when you are invited to join a group.', 'buddypress' ), 3575 ),3576 );3577 3578 $groups_member_promoted = array(3579 'description' => __( "Recipient's status within a group has changed.", 'buddypress' ),3580 'unsubscribe' => array(3581 'meta_key' => 'notification_groups_admin_promotion',3582 'message' => __( 'You will no longer receive emails when you have been promoted in a group.', 'buddypress' ),3583 3567 ), 3584 3568 );
Note: See TracChangeset
for help on using the changeset viewer.