Changeset 10717
- Timestamp:
- 04/27/2016 07:26:42 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-functions.php
r10654 r10717 3243 3243 'post_title' => __( '[{{{site.name}}}] Verify your new email address', 'buddypress' ), 3244 3244 /* translators: do not remove {} brackets or translate its contents. */ 3245 'post_content' => __( "You recently changed the email address associated with your account on {{site.name}} . If this is correct, <a href=\"{{{verify.url}}}\">go here to confirm the change</a>.\n\nOtherwise, you can safely ignore and delete this email if you have changed your mind, or if you think you have received this email in error.", 'buddypress' ),3246 /* translators: do not remove {} brackets or translate its contents. */ 3247 'post_excerpt' => __( "You recently changed the email address associated with your account on {{site.name}} . If this is correct, go to the following link to confirm the change: {{{verify.url}}}\n\nOtherwise, you can safely ignore and delete this email if you have changed your mind, or if you think you have received this email in error.", 'buddypress' ),3245 'post_content' => __( "You recently changed the email address associated with your account on {{site.name}} to {{user.email}}. If this is correct, <a href=\"{{{verify.url}}}\">go here to confirm the change</a>.\n\nOtherwise, you can safely ignore and delete this email if you have changed your mind, or if you think you have received this email in error.", 'buddypress' ), 3246 /* translators: do not remove {} brackets or translate its contents. */ 3247 'post_excerpt' => __( "You recently changed the email address associated with your account on {{site.name}} to {{user.email}}. If this is correct, go to the following link to confirm the change: {{{verify.url}}}\n\nOtherwise, you can safely ignore and delete this email if you have changed your mind, or if you think you have received this email in error.", 'buddypress' ), 3248 3248 ), 3249 3249 'groups-membership-request-accepted' => array(
Note: See TracChangeset
for help on using the changeset viewer.