Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/09/2010 09:58:51 AM (17 years ago)
Author:
apeatling
Message:

Fixing use of » and «

File:
1 edited

Legend:

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

    r2261 r2277  
    1919                $ud = get_userdata( $original_activity->user_id );
    2020                $to = $ud->user_email;
    21                 $subject = '[' . get_blog_option( BP_ROOT_BLOG, 'blogname' ) . '] ' . sprintf( __( '%s replied to one of your updates', 'buddypress' ), stripslashes($poster_name) );
     21                $subject = '[' . get_blog_option( BP_ROOT_BLOG, 'blogname' ) . '] ' . sprintf( __( '%s replied to one of your updates', 'buddypress' ), stripslashes_deep( $poster_name ) );
    2222
    2323$message = sprintf( __(
     
    2929
    3030---------------------
    31 ', 'buddypress' ), $poster_name, wp_filter_kses( stripslashes($content) ), $thread_link );
     31', 'buddypress' ), $poster_name, wp_filter_kses( stripslashes_deep( $content ) ), $thread_link );
    3232
    3333                $message .= sprintf( __( 'To disable these notifications please log in and go to: %s', 'buddypress' ), $settings_link );
Note: See TracChangeset for help on using the changeset viewer.