Plugin Directory

Changeset 1999975


Ignore:
Timestamp:
12/21/2018 07:40:55 PM (7 years ago)
Author:
mechter
Message:

fixed bugs introduced in 3.5

Location:
asyncronous-bbpress-subscriptions
Files:
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • asyncronous-bbpress-subscriptions/tags/3.6/asyncronous-bbpress-subscriptions.php

    r1999795 r1999975  
    66Author: Markus Echterhoff
    77Author URI: https://www.markusechterhoff.com
    8 Version: 3.5
     8Version: 3.6
    99License: GPLv3 or later
    1010Text Domain: asyncronous-bbpress-subscriptions
     
    9999        // Remove filters from reply content and topic title to prevent content
    100100        // from being encoded with HTML entities, wrapped in paragraph tags, etc...
    101         bbp_remove_all_filters( 'bbp_get_reply_content' );
     101        bbp_remove_all_filters( 'bbp_get_topic_content' );
    102102        bbp_remove_all_filters( 'bbp_get_topic_title'   );
    103103        bbp_remove_all_filters( 'the_title'             );
     
    188188
    189189        // Restore previously removed filters
    190         bbp_restore_all_filters( 'bbp_get_topic_content' );
     190        bbp_restore_all_filters( 'bbp_get_reply_content' );
    191191        bbp_restore_all_filters( 'bbp_get_topic_title'   );
    192192        bbp_restore_all_filters( 'the_title'             );
  • asyncronous-bbpress-subscriptions/tags/3.6/readme.txt

    r1999795 r1999975  
    55Requires at least: 3.6
    66Tested up to: 5.0
    7 Stable tag: 3.5
     7Stable tag: 3.6
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    8585== Changelog ==
    8686
     87= 3.6 =
     88
     89* fixed bugs introduced in 3.5
     90
    8791= 3.5 =
    8892
  • asyncronous-bbpress-subscriptions/trunk/asyncronous-bbpress-subscriptions.php

    r1999795 r1999975  
    66Author: Markus Echterhoff
    77Author URI: https://www.markusechterhoff.com
    8 Version: 3.5
     8Version: 3.6
    99License: GPLv3 or later
    1010Text Domain: asyncronous-bbpress-subscriptions
     
    9999        // Remove filters from reply content and topic title to prevent content
    100100        // from being encoded with HTML entities, wrapped in paragraph tags, etc...
    101         bbp_remove_all_filters( 'bbp_get_reply_content' );
     101        bbp_remove_all_filters( 'bbp_get_topic_content' );
    102102        bbp_remove_all_filters( 'bbp_get_topic_title'   );
    103103        bbp_remove_all_filters( 'the_title'             );
     
    188188
    189189        // Restore previously removed filters
    190         bbp_restore_all_filters( 'bbp_get_topic_content' );
     190        bbp_restore_all_filters( 'bbp_get_reply_content' );
    191191        bbp_restore_all_filters( 'bbp_get_topic_title'   );
    192192        bbp_restore_all_filters( 'the_title'             );
  • asyncronous-bbpress-subscriptions/trunk/readme.txt

    r1999795 r1999975  
    55Requires at least: 3.6
    66Tested up to: 5.0
    7 Stable tag: 3.5
     7Stable tag: 3.6
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    8585== Changelog ==
    8686
     87= 3.6 =
     88
     89* fixed bugs introduced in 3.5
     90
    8791= 3.5 =
    8892
Note: See TracChangeset for help on using the changeset viewer.