Changeset 5224
- Timestamp:
- 12/12/2013 08:08:57 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/common/functions.php
r5189 r5224 1042 1042 1043 1043 // Get topic subscribers and bail if empty 1044 $user_ids = bbp_get_topic_subscribers( $topic_id , true);1044 $user_ids = bbp_get_topic_subscribers( $topic_id ); 1045 1045 if ( empty( $user_ids ) ) 1046 1046 return false; … … 1161 1161 1162 1162 // Get forum subscribers and bail if empty 1163 $user_ids = bbp_get_forum_subscribers( $forum_id , true);1163 $user_ids = bbp_get_forum_subscribers( $forum_id ); 1164 1164 if ( empty( $user_ids ) ) 1165 1165 return false;
Note: See TracChangeset
for help on using the changeset viewer.