Changeset 6445
- Timestamp:
- 05/30/2017 05:57:03 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/functions.php
r6444 r6445 1093 1093 // Dedicated filter to manipulate user ID's to send emails to 1094 1094 $user_ids = (array) apply_filters( 'bbp_topic_subscription_user_ids', $user_ids ); 1095 $user_ids = array_filter( array_map( 'intval', $user_ids ) );1096 1095 if ( empty( $user_ids ) ) { 1097 1096 return false; … … 1259 1258 // Dedicated filter to manipulate user ID's to send emails to 1260 1259 $user_ids = (array) apply_filters( 'bbp_forum_subscription_user_ids', $user_ids ); 1261 $user_ids = array_filter( array_map( 'intval', $user_ids ) );1262 1260 if ( empty( $user_ids ) ) { 1263 1261 return false;
Note: See TracChangeset
for help on using the changeset viewer.