Skip to:
Content

BuddyPress.org

Changeset 462 for trunk/bp-xprofile.php


Ignore:
Timestamp:
10/30/2008 12:18:36 AM (18 years ago)
Author:
apeatling
Message:

Added message email notifications.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile.php

    r454 r462  
    338338
    339339---------------------
    340 ', 'buddypress' ), $poster_name, $wire_post->content, $wire_link );
     340', 'buddypress' ), $poster_name, stripslashes($wire_post->content), $wire_link );
    341341
    342342            $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.