Ticket #7869: 7869.01.patch
File 7869.01.patch, 1.0 KB (added by , 7 years ago) |
---|
-
src/bp-core/bp-core-functions.php
3387 3387 /* translators: do not remove {} brackets or translate its contents. */ 3388 3388 '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' ), 3389 3389 /* 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' ) 3394 3391 ), 3395 3392 'core-user-registration-with-blog' => array( 3396 3393 /* translators: do not remove {} brackets or translate its contents. */