Changeset 6696
- Timestamp:
- 09/13/2017 07:00:22 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/extend/buddypress/activity.php
r6573 r6696 502 502 } 503 503 504 // Bail early if revisions are off 505 if ( ! bbp_allow_revisions() || ! post_type_supports( bbp_get_topic_post_type(), 'revisions' ) ) { 506 return; 507 } 508 504 509 $topic_id = bbp_get_topic_id( $topic_id ); 505 510 … … 635 640 } 636 641 642 // Bail early if revisions are off 643 if ( ! bbp_allow_revisions() || ! post_type_supports( bbp_get_reply_post_type(), 'revisions' ) ) { 644 return; 645 } 646 637 647 $reply_id = bbp_get_reply_id( $reply_id ); 638 648
Note: See TracChangeset
for help on using the changeset viewer.