Changeset 6616 for trunk/src/includes/topics/functions.php
- Timestamp:
- 07/04/2017 05:43:05 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/topics/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/functions.php
r6612 r6616 1140 1140 1141 1141 // Get subscribers from source topic 1142 $subscribers = bbp_get_ topic_subscribers( $source_topic->ID );1142 $subscribers = bbp_get_subscribers( $source_topic->ID ); 1143 1143 1144 1144 // Maybe migrate subscriptions … … 1466 1466 1467 1467 // Get the subscribers 1468 $subscribers = bbp_get_ topic_subscribers( $source_topic->ID );1468 $subscribers = bbp_get_subscribers( $source_topic->ID ); 1469 1469 1470 1470 if ( ! empty( $subscribers ) ) {
Note: See TracChangeset
for help on using the changeset viewer.