Changeset 6923 for trunk/src/includes/users/engagements.php
- Timestamp:
- 11/09/2019 05:35:42 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/users/engagements.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/users/engagements.php
r6876 r6923 417 417 // Is a topic 418 418 } elseif ( bbp_is_topic( $topic_id ) ) { 419 420 // Bail if topic isn't published 421 if ( ! bbp_is_topic_published( $topic_id ) ) { 422 return; 423 } 424 419 425 $author_id = bbp_get_topic_author_id( $topic_id ); 420 426 $topic_id = bbp_get_topic_id( $topic_id );
Note: See TracChangeset
for help on using the changeset viewer.