Changeset 2925 for trunk/bp-messages/bp-messages-notifications.php
- Timestamp:
- 04/15/2010 11:59:40 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages/bp-messages-notifications.php
r2719 r2925 34 34 ', 'buddypress' ), $sender_name, $subject, $content, $message_link ); 35 35 36 $ content .= sprintf( __( 'To disable these notifications please log in and go to: %s', 'buddypress' ), $settings_link );36 $email_content .= sprintf( __( 'To disable these notifications please log in and go to: %s', 'buddypress' ), $settings_link ); 37 37 38 38 /* Send the message */
Note: See TracChangeset
for help on using the changeset viewer.