Changeset 2663 for trunk/bp-activity/bp-activity-notifications.php
- Timestamp:
- 02/11/2010 11:17:32 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-notifications.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-notifications.php
r2507 r2663 36 36 37 37 --------------------- 38 ', 'buddypress' ), $poster_name, wp_filter_kses( stripslashes_deep($content) ), $message_link );38 ', 'buddypress' ), $poster_name, bp_activity_filter_kses( stripslashes($content) ), $message_link ); 39 39 40 40 $message .= sprintf( __( 'To disable these notifications please log in and go to: %s', 'buddypress' ), $settings_link ); … … 72 72 73 73 --------------------- 74 ', 'buddypress' ), $poster_name, wp_filter_kses( stripslashes_deep( $content ) ), $thread_link );74 ', 'buddypress' ), $poster_name, bp_activity_filter_kses( stripslashes( $content ) ), $thread_link ); 75 75 76 76 $message .= sprintf( __( 'To disable these notifications please log in and go to: %s', 'buddypress' ), $settings_link ); … … 107 107 108 108 --------------------- 109 ', 'buddypress' ), $poster_name, wp_filter_kses( stripslashes_deep( $content ) ), $thread_link );109 ', 'buddypress' ), $poster_name, bp_activity_filter_kses( stripslashes( $content ) ), $thread_link ); 110 110 111 111 $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.