Skip to:
Content

bbPress.org


Ignore:
Timestamp:
02/01/2013 04:39:22 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Remove 'bbp_encode_bad' filter on topic/reply content. Fixes issues with double encoding.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/core/filters.php

    r4740 r4750  
    9393
    9494// Code filters on output (hooked in early for plugin compatibility)
    95 add_filter( 'bbp_get_reply_content', 'bbp_encode_bad', 2 );
    9695add_filter( 'bbp_get_reply_content', 'bbp_code_trick', 3 );
    97 add_filter( 'bbp_get_topic_content', 'bbp_encode_bad', 2 );
    9896add_filter( 'bbp_get_topic_content', 'bbp_code_trick', 3 );
    9997
Note: See TracChangeset for help on using the changeset viewer.