Changeset 1715 for trunk/bp-xprofile/bp-xprofile-notifications.php
- Timestamp:
- 08/27/2009 07:48:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-notifications.php
r1518 r1715 35 35 // Set up and send the message 36 36 $to = $ud->user_email; 37 $subject = '[' . get_blog_option( 1, 'blogname' ) . '] ' . sprintf( __( '%s posted on your wire.', 'buddypress' ), stripslashes($poster_name) );37 $subject = '[' . get_blog_option( BP_ROOT_BLOG, '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.