Changeset 2277 for trunk/bp-activity/bp-activity-notifications.php
- Timestamp:
- 01/09/2010 09:58:51 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-notifications.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-notifications.php
r2261 r2277 19 19 $ud = get_userdata( $original_activity->user_id ); 20 20 $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 ) ); 22 22 23 23 $message = sprintf( __( … … 29 29 30 30 --------------------- 31 ', 'buddypress' ), $poster_name, wp_filter_kses( stripslashes ($content) ), $thread_link );31 ', 'buddypress' ), $poster_name, wp_filter_kses( stripslashes_deep( $content ) ), $thread_link ); 32 32 33 33 $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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)