Skip to:
Content

bbPress.org


Ignore:
Timestamp:
01/09/2011 07:49:28 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Introduce _content functions for topics and replies. Introduce our own allowed_tags for handling HTML. Add nofollow to links in content. Properly sanitize topic and reply slugs. Fixes #1426, #1389, #1411. Props GautamGupta via Google Code-in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/single-bbp_topic.php

    r2758 r2780  
    7272                                        <td class="bbp-topic-content">
    7373
    74                                             <?php the_content(); ?>
     74                                            <?php bbp_topic_content(); ?>
    7575
    7676                                        </td>
Note: See TracChangeset for help on using the changeset viewer.