Skip to:
Content

bbPress.org

Changeset 4604 for trunk/bbpress.php


Ignore:
Timestamp:
12/20/2012 12:59:10 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Add forum specific kses allowed tags to common component. Tweak topic and reply content filters to use these new kses functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bbpress.php

    r4600 r4604  
    291291        // Common
    292292        require( $this->includes_dir . 'common/ajax.php'           );
     293        require( $this->includes_dir . 'common/kses.php'           );
    293294        require( $this->includes_dir . 'common/classes.php'        );
    294295        require( $this->includes_dir . 'common/functions.php'      );
Note: See TracChangeset for help on using the changeset viewer.