Skip to:
Content

bbPress.org

Changeset 4697


Ignore:
Timestamp:
01/22/2013 05:19:14 AM (10 years ago)
Author:
johnjamesjacoby
Message:

Decode blogname in notification emails. Props netweb. Fixes #2172.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/common/functions.php

    r4694 r4697  
    10431043    $reply_content = strip_tags( bbp_get_reply_content( $reply_id ) );
    10441044    $reply_url     = bbp_get_reply_url( $reply_id );
    1045     $blog_name     = get_option( 'blogname' );
     1045    $blog_name     = wp_specialchars_decode( get_option( 'blogname' ), ENT_QUOTES );
    10461046
    10471047    // Loop through users
Note: See TracChangeset for help on using the changeset viewer.