Skip to:
Content

BuddyPress.org

Ticket #7252: 7252.patch

File 7252.patch, 1.4 KB (added by sanket.parmar, 9 years ago)
  • src/bp-core/bp-core-functions.php

     
    33823382                        /* translators: do not remove {} brackets or translate its contents. */
    33833383                        'post_content' => __( "<a href=\"{{{inviter.url}}}\">{{inviter.name}}</a> has invited you to join the group: &quot;{{group.name}}&quot;.\n<a href=\"{{{invites.url}}}\">Go here to accept your invitation</a> or <a href=\"{{{group.url}}}\">visit the group</a> to learn more.", 'buddypress' ),
    33843384                        /* translators: do not remove {} brackets or translate its contents. */
    3385                         'post_excerpt' => __( "{{inviter.name}} has invited you to join the group: \"{{group.name}}\".\n\nTo accept your invitation, visit: {{{invites.url}}}\n\nTo learn more about the group, visit {{{group.url}}}.\nTo view {{inviter.name}}'s profile, visit: {{{inviter.url}}}", 'buddypress' ),
     3385                        'post_excerpt' => __( "{{inviter.name}} has invited you to join the group: \"{{group.name}}\".\n\nTo accept your invitation, visit: {{{invites.url}}}\n\nTo learn more about the group, visit: {{{group.url}}}.\nTo view {{inviter.name}}'s profile, visit: {{{inviter.url}}}", 'buddypress' ),
    33863386                ),
    33873387                'groups-member-promoted' => array(
    33883388                        /* translators: do not remove {} brackets or translate its contents. */