Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/10/2012 09:36:05 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Revert r6586:

  • Do not call esc_html() on site_name in sign-up email titles.
  • Do not decode email blogname section of email subjects into HTML entities.
  • For all components with notifications, including deprecated files.
  • Fixes #4401.
File:
1 edited

Legend:

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

    r6541 r6587  
    4848            // Set up and send the message
    4949            $email_to      = $ud->user_email;
    50             $sitename      = wp_specialchars_decode( get_blog_option( bp_get_root_blog_id(), 'blogname' ), ENT_QUOTES );
     50            $sitename      = bp_get_option( 'blogname', 'WordPress' );
    5151            $email_subject = '[' . $sitename . '] ' . sprintf( __( 'New message from %s', 'buddypress' ), $sender_name );
    5252
Note: See TracChangeset for help on using the changeset viewer.