Skip to:
Content

BuddyPress.org

Changeset 12127


Ignore:
Timestamp:
05/25/2018 11:18:38 PM (7 years ago)
Author:
r-a-y
Message:

Emails: Fix issue with activation email not being installed on single-site.

The changes to #7480 to add a multisite check for the activation email
broke the addition of the activation email template on single-site
installs.

See #7480.

Fixes #7869 (3.x branch).

File:
1 edited

Legend:

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

    r12122 r12127  
    33883388            'post_content' => __( "Thanks for registering!\n\nTo complete the activation of your account, go to the following link: <a href=\"{{{activate.url}}}\">{{{activate.url}}}</a>", 'buddypress' ),
    33893389            /* translators: do not remove {} brackets or translate its contents. */
    3390             'post_excerpt' => __( "Thanks for registering!\n\nTo complete the activation of your account, go to the following link: {{{activate.url}}}", 'buddypress' ),
    3391             'args'         => array(
    3392                 'multisite' => true,
    3393             ),
     3390            'post_excerpt' => __( "Thanks for registering!\n\nTo complete the activation of your account, go to the following link: {{{activate.url}}}", 'buddypress' )
    33943391        ),
    33953392        'core-user-registration-with-blog' => array(
Note: See TracChangeset for help on using the changeset viewer.