Changeset 1327 for trunk/bp-wire.php
- Timestamp:
- 04/14/2009 08:40:03 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-wire.php
r1311 r1327 102 102 103 103 $message = strip_tags( $message, $allowed_tags ); 104 $wire_post->content = $message;104 $wire_post->content = apply_filters( 'bp_wire_post_content', $message ); 105 105 106 106 if ( !$wire_post->save() )
Note: See TracChangeset
for help on using the changeset viewer.