Plugin Directory

Changeset 733699


Ignore:
Timestamp:
06/28/2013 06:28:11 PM (13 years ago)
Author:
webpurify
Message:

Added hooks to filter buddypress/bbpress forums.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • webpurifytextreplace/trunk/WebPurifyTextReplace-options.php

    r608749 r733699  
    33Plugin Name: WebPurify Profanity Filter
    44Plugin URI: http://www.webpurify.com/wp-plugin.php
    5 Version: 2.5
     5Version: 2.6
    66Author: WebPurify
    77Author URI: http://www.webpurify.com
     
    130130        'group_forum_post_text_before_save',
    131131        'bp_get_activity_latest_update',
    132         'bp_get_member_latest_update'
     132        'bp_get_member_latest_update',
     133        'bbp_get_reply_content',
     134        'bbp_get_topic_content',
     135        'bbp_get_topic_title'
    133136    );
     137
    134138
    135139    foreach( $tags as $tag ) {
Note: See TracChangeset for help on using the changeset viewer.