Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/10/2012 09:36:05 AM (12 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-core/deprecated/1.5.php

    r6583 r6587  
    350350            $ud = bp_core_get_core_userdata( $receiver_user_id );
    351351            $to = $ud->user_email;
    352             $sitename = wp_specialchars_decode( get_blog_option( bp_get_root_blog_id(), 'blogname' ), ENT_QUOTES );
     352            $sitename = bp_get_option( 'blogname', 'WordPress' );
    353353            $subject  = '[' . $sitename . '] ' . sprintf( __( '%1$s mentioned you in the group "%2$s"', 'buddypress' ), $poster_name, $group->name );
    354354
Note: See TracChangeset for help on using the changeset viewer.