Changeset 12127
- Timestamp:
- 05/25/2018 11:18:38 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/src/bp-core/bp-core-functions.php
r12122 r12127 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(
Note: See TracChangeset
for help on using the changeset viewer.