Changeset 2480 for trunk/bp-groups/bp-groups-notifications.php
- Timestamp:
- 01/30/2010 11:42:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-notifications.php
r2463 r2480 257 257 258 258 --------------------- 259 ', 'buddypress' ), $poster_name, wp_filter_kses( stripslashes ( $group->name ) ), wp_filter_kses( stripslashes($content) ), $message_link );259 ', 'buddypress' ), $poster_name, wp_filter_kses( stripslashes_deep( $group->name ) ), wp_filter_kses( stripslashes_deep($content) ), $message_link ); 260 260 261 261 $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.