Changes between Version 1 and Version 2 of Ticket #3328, comment 1
- Timestamp:
- 02/27/2020 04:32:58 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3328, comment 1
v1 v2 1 I can confirm this bug. The revisions check was added in r66 56.1 I can confirm this bug. The revisions check was added in r6696. 2 2 3 3 The problem with using `post_type_supports( BBP_POST_TYPE, 'revisions' )` on the `'edit_post'` hook is it always returns `false` due to the usage of `remove_post_type_support( BBP_POST_TYPE, 'revisions' )` in r4426. … … 5 5 I'd probably recommend removing the `post_type_supports( BBP_POST_TYPE, 'revisions' )` check on lines 507 and 645 to solve this problem. See `01.patch`. 6 6 7 The other issue with r66 56 is if revisions is disabled from the admin settings page, forum edits can no longer trigger activity item creation if the activity item wasn't created to begin with. This used to work in bbPress 2.5, so this might be an oversight...7 The other issue with r6696 is if revisions is disabled from the admin settings page, forum edits can no longer trigger activity item creation if the activity item wasn't created to begin with. This used to work in bbPress 2.5, so this might be an oversight...
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)