Changeset 12232 for trunk/src/bp-core/bp-core-functions.php
- Timestamp:
- 09/07/2018 03:12:27 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-functions.php
r12128 r12232 3386 3386 'post_title' => __( '[{{{site.name}}}] Activate your account', 'buddypress' ), 3387 3387 /* translators: do not remove {} brackets or translate its contents. */ 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 /* 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' )3388 'post_content' => __( "Thanks for registering!\n\nTo complete the activation of your account, go to the following link and click on the <strong>Activate</strong> button:\n<a href=\"{{{activate.url}}}\">{{{activate.url}}}</a>\n\nIf the 'Activation Key' field is empty, copy and paste the following into the field - {{key}}", 'buddypress' ), 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 and click on the 'Activate' button: {{{activate.url}}}\n\nIf the 'Activation Key' field is empty, copy and paste the following into the field - {{key}}", 'buddypress' ) 3391 3391 ), 3392 3392 'core-user-registration-with-blog' => array(
Note: See TracChangeset
for help on using the changeset viewer.