Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/27/2009 07:48:54 PM (15 years ago)
Author:
apeatling
Message:

Fixes #755 props chrisscott

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-notifications.php

    r1518 r1715  
    3535            // Set up and send the message
    3636            $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) );
    3838
    3939$message = sprintf( __(
Note: See TracChangeset for help on using the changeset viewer.