Skip to:
Content

BuddyPress.org

Ticket #7869: 7869.01.patch

File 7869.01.patch, 1.0 KB (added by r-a-y, 7 years ago)
  • src/bp-core/bp-core-functions.php

     
    33873387                        /* translators: do not remove {} brackets or translate its contents. */
    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(
    33963393                        /* translators: do not remove {} brackets or translate its contents. */