Skip to:
Content

BuddyPress.org

Changeset 1327 for trunk/bp-wire.php


Ignore:
Timestamp:
04/14/2009 08:40:03 AM (15 years ago)
Author:
apeatling
Message:

Added filter - Fixes #662

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-wire.php

    r1311 r1327  
    102102       
    103103    $message = strip_tags( $message, $allowed_tags );
    104     $wire_post->content = $message;
     104    $wire_post->content = apply_filters( 'bp_wire_post_content', $message );
    105105   
    106106    if ( !$wire_post->save() )
Note: See TracChangeset for help on using the changeset viewer.