Changeset 1058
- Timestamp:
- 02/11/2009 01:48:08 AM (18 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
bp-friends/bp-friends-notifications.php (modified) (2 diffs)
-
bp-groups/bp-groups-notifications.php (modified) (7 diffs)
-
bp-messages/bp-messages-notifications.php (modified) (1 diff)
-
bp-xprofile/bp-xprofile-notifications.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-notifications.php
r1052 r1058 18 18 // Set up and send the message 19 19 $to = $ud->user_email; 20 $subject = sprintf( __( 'New friendship request from %s', 'buddypress' ), $initiator_name );20 $subject = '[' . get_blog_option( 1, 'blogname' ) . '] ' . sprintf( __( 'New friendship request from %s', 'buddypress' ), $initiator_name ); 21 21 22 22 $message = sprintf( __( … … 56 56 // Set up and send the message 57 57 $to = $ud->user_email; 58 $subject = sprintf( __( '%s accepted your friendship request', 'buddypress' ), $friend_name );58 $subject = '[' . get_blog_option( 1, 'blogname' ) . '] ' . sprintf( __( '%s accepted your friendship request', 'buddypress' ), $friend_name ); 59 59 60 60 $message = sprintf( __( -
trunk/bp-groups/bp-groups-notifications.php
r1052 r1058 14 14 $poster_profile_link = site_url() . '/' . MEMBERS_SLUG . '/' . $poster_ud->user_login; 15 15 16 $subject = sprintf( __( 'New wire post on group: %s', 'buddypress' ), stripslashes($group->name) );16 $subject = '[' . get_blog_option( 1, 'blogname' ) . '] ' . sprintf( __( 'New wire post on group: %s', 'buddypress' ), stripslashes($group->name) ); 17 17 18 18 foreach ( $group->user_dataset as $user ) { … … 55 55 56 56 $group = new BP_Groups_Group( $group_id, false, true ); 57 $subject = __( 'Group Details Updated', 'buddypress' );57 $subject = '[' . get_blog_option( 1, 'blogname' ) . '] ' . __( 'Group Details Updated', 'buddypress' ); 58 58 59 59 foreach ( $group->user_dataset as $user ) { … … 106 106 // Set up and send the message 107 107 $to = $ud->user_email; 108 $subject = sprintf( __( 'Membership request for group: %s', 'buddypress' ), stripslashes($group->name) );108 $subject = '[' . get_blog_option( 1, 'blogname' ) . '] ' . sprintf( __( 'Membership request for group: %s', 'buddypress' ), stripslashes($group->name) ); 109 109 110 110 $message = sprintf( __( … … 149 149 150 150 if ( $accepted ) { 151 $subject = sprintf( __( 'Membership request for group "%s" accepted', 'buddypress' ), stripslashes($group->name) );151 $subject = '[' . get_blog_option( 1, 'blogname' ) . '] ' . sprintf( __( 'Membership request for group "%s" accepted', 'buddypress' ), stripslashes($group->name) ); 152 152 $message = sprintf( __( 153 153 'Your membership request for the group "%s" has been accepted. … … 159 159 160 160 } else { 161 $subject = sprintf( __( 'Membership request for group "%s" rejected', 'buddypress' ), stripslashes($group->name) );161 $subject = '[' . get_blog_option( 1, 'blogname' ) . '] ' . sprintf( __( 'Membership request for group "%s" rejected', 'buddypress' ), stripslashes($group->name) ); 162 162 $message = sprintf( __( 163 163 'Your membership request for the group "%s" has been rejected. … … 201 201 $to = $ud->user_email; 202 202 203 $subject = sprintf( __( 'You have been promoted in the group: "%s"', 'buddypress' ), stripslashes($group->name) );204 205 $message = sprintf( __(203 $subject = '[' . get_blog_option( 1, 'blogname' ) . '] ' . sprintf( __( 'You have been promoted in the group: "%s"', 'buddypress' ), stripslashes($group->name) ); 204 205 $message = sprintf( __( 206 206 'You have been promoted to %s for the group: "%s". 207 207 … … 244 244 $to = $invited_ud->user_email; 245 245 246 $subject = sprintf( __( 'You have an invitation to the group: "%s"', 'buddypress' ), stripslashes($group->name) );246 $subject = '[' . get_blog_option( 1, 'blogname' ) . '] ' . sprintf( __( 'You have an invitation to the group: "%s"', 'buddypress' ), stripslashes($group->name) ); 247 247 248 248 $message = sprintf( __( -
trunk/bp-messages/bp-messages-notifications.php
r1052 r1058 18 18 // Set up and send the message 19 19 $to = $ud->user_email; 20 $subject = sprintf( __( 'New message from %s', 'buddypress' ), stripslashes($sender_name) );20 $subject = '[' . get_blog_option( 1, 'blogname' ) . '] ' . sprintf( __( 'New message from %s', 'buddypress' ), stripslashes($sender_name) ); 21 21 22 22 $message = sprintf( __( -
trunk/bp-xprofile/bp-xprofile-notifications.php
r1052 r1058 35 35 // Set up and send the message 36 36 $to = $ud->user_email; 37 $subject = sprintf( __( '%s posted on your wire.', 'buddypress' ), stripslashes($poster_name) );37 $subject = '[' . get_blog_option( 1, 'blogname' ) . '] ' . sprintf( __( '%s posted on your wire.', 'buddypress' ), stripslashes($poster_name) ); 38 38 39 39 $message = sprintf( __(
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)