Skip to:
Content

BuddyPress.org

Changeset 11848


Ignore:
Timestamp:
02/07/2018 02:51:20 PM (8 years ago)
Author:
djpaul
Message:

Emails: remove duplicate variables in bp_email_get_type_schema().

Fixes #7681

Props abhishekfdd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-functions.php

    r11787 r11848  
    35603560    );
    35613561
    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 
    35703562    $groups_invitation = array(
    35713563        'description'   => __( 'A member has sent a group invitation to the recipient.', 'buddypress' ),
     
    35733565            'meta_key'  => 'notification_groups_invite',
    35743566            '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' ),
    35833567        ),
    35843568    );
Note: See TracChangeset for help on using the changeset viewer.