Changeset 1999975
- Timestamp:
- 12/21/2018 07:40:55 PM (7 years ago)
- Location:
- asyncronous-bbpress-subscriptions
- Files:
-
- 2 edited
- 3 copied
-
tags/3.6 (copied) (copied from asyncronous-bbpress-subscriptions/trunk)
-
tags/3.6/asyncronous-bbpress-subscriptions.php (copied) (copied from asyncronous-bbpress-subscriptions/trunk/asyncronous-bbpress-subscriptions.php) (3 diffs)
-
tags/3.6/readme.txt (copied) (copied from asyncronous-bbpress-subscriptions/trunk/readme.txt) (2 diffs)
-
trunk/asyncronous-bbpress-subscriptions.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
asyncronous-bbpress-subscriptions/tags/3.6/asyncronous-bbpress-subscriptions.php
r1999795 r1999975 6 6 Author: Markus Echterhoff 7 7 Author URI: https://www.markusechterhoff.com 8 Version: 3. 58 Version: 3.6 9 9 License: GPLv3 or later 10 10 Text Domain: asyncronous-bbpress-subscriptions … … 99 99 // Remove filters from reply content and topic title to prevent content 100 100 // 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' ); 102 102 bbp_remove_all_filters( 'bbp_get_topic_title' ); 103 103 bbp_remove_all_filters( 'the_title' ); … … 188 188 189 189 // Restore previously removed filters 190 bbp_restore_all_filters( 'bbp_get_ topic_content' );190 bbp_restore_all_filters( 'bbp_get_reply_content' ); 191 191 bbp_restore_all_filters( 'bbp_get_topic_title' ); 192 192 bbp_restore_all_filters( 'the_title' ); -
asyncronous-bbpress-subscriptions/tags/3.6/readme.txt
r1999795 r1999975 5 5 Requires at least: 3.6 6 6 Tested up to: 5.0 7 Stable tag: 3. 57 Stable tag: 3.6 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 85 85 == Changelog == 86 86 87 = 3.6 = 88 89 * fixed bugs introduced in 3.5 90 87 91 = 3.5 = 88 92 -
asyncronous-bbpress-subscriptions/trunk/asyncronous-bbpress-subscriptions.php
r1999795 r1999975 6 6 Author: Markus Echterhoff 7 7 Author URI: https://www.markusechterhoff.com 8 Version: 3. 58 Version: 3.6 9 9 License: GPLv3 or later 10 10 Text Domain: asyncronous-bbpress-subscriptions … … 99 99 // Remove filters from reply content and topic title to prevent content 100 100 // 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' ); 102 102 bbp_remove_all_filters( 'bbp_get_topic_title' ); 103 103 bbp_remove_all_filters( 'the_title' ); … … 188 188 189 189 // Restore previously removed filters 190 bbp_restore_all_filters( 'bbp_get_ topic_content' );190 bbp_restore_all_filters( 'bbp_get_reply_content' ); 191 191 bbp_restore_all_filters( 'bbp_get_topic_title' ); 192 192 bbp_restore_all_filters( 'the_title' ); -
asyncronous-bbpress-subscriptions/trunk/readme.txt
r1999795 r1999975 5 5 Requires at least: 3.6 6 6 Tested up to: 5.0 7 Stable tag: 3. 57 Stable tag: 3.6 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 85 85 == Changelog == 86 86 87 = 3.6 = 88 89 * fixed bugs introduced in 3.5 90 87 91 = 3.5 = 88 92
Note: See TracChangeset
for help on using the changeset viewer.