Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/21/2010 06:01:31 AM (16 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2482

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-messages/bp-messages-notifications.php

    r3145 r3211  
    1919
    2020                // Set up and send the message
    21                 $email_to = $ud->user_email;
    22                 $email_subject = '[' . wp_specialchars_decode( get_blog_option( BP_ROOT_BLOG, 'blogname' ) ) . '] ' . sprintf( __( 'New message from %s', 'buddypress' ), $sender_name );
     21                $email_to      = $ud->user_email;
     22                $sitename      = wp_specialchars_decode( get_blog_option( BP_ROOT_BLOG, 'blogname' ), ENT_QUOTES );
     23                $email_subject = '[' . $sitename . '] ' . sprintf( __( 'New message from %s', 'buddypress' ), $sender_name );
    2324
    2425                $email_content = sprintf( __(
Note: See TracChangeset for help on using the changeset viewer.