Skip to:
Content

bbPress.org


Ignore:
Timestamp:
01/15/2011 01:52:14 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Run strip_tags and trim on topic and reply excerpts. Fixes #1448.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-reply-template.php

    r2806 r2809  
    420420        }
    421421
    422         return apply_filters( 'bbp_get_reply_excerpt', $excerpt, $reply_id, $length );
     422        return apply_filters( 'bbp_get_reply_excerpt', trim ( strip_tags( $excerpt ) ), $reply_id, $length );
    423423    }
    424424
Note: See TracChangeset for help on using the changeset viewer.