Ticket #3328: 3328.01.patch
File 3328.01.patch, 659 bytes (added by , 3 years ago) |
---|
-
src/includes/extend/buddypress/activity.php
504 504 } 505 505 506 506 // Bail early if revisions are off 507 if ( ! bbp_allow_revisions() || ! post_type_supports( bbp_get_topic_post_type(), 'revisions' )) {507 if ( ! bbp_allow_revisions() ) { 508 508 return; 509 509 } 510 510 … … 642 642 } 643 643 644 644 // Bail early if revisions are off 645 if ( ! bbp_allow_revisions() || ! post_type_supports( bbp_get_reply_post_type(), 'revisions' )) {645 if ( ! bbp_allow_revisions() ) { 646 646 return; 647 647 } 648 648