Changeset 6616 for trunk/src/includes/admin/metaboxes.php
- Timestamp:
- 07/04/2017 05:43:05 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/metaboxes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/metaboxes.php
r6573 r6616 746 746 747 747 // Get user IDs 748 $user_ids = bbp_get_ topic_subscribers( $post->ID );748 $user_ids = bbp_get_subscribers( $post->ID ); 749 749 750 750 // Output … … 782 782 783 783 // Get user IDs 784 $user_ids = bbp_get_ forum_subscribers( $post->ID );784 $user_ids = bbp_get_subscribers( $post->ID ); 785 785 786 786 // Output
Note: See TracChangeset
for help on using the changeset viewer.