- Timestamp:
- 10/28/2024 05:27:43 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/classes/class-bp-messages-thread.php
r14036 r14061 1195 1195 * 1196 1196 * @param array $recipients Array containing the message recipients (array of objects). 1197 * @return string String of message recip ent userlinks.1197 * @return string String of message recipient userlinks. 1198 1198 */ 1199 1199 public static function get_recipient_links( $recipients ) { … … 1216 1216 } 1217 1217 1218 return implode( ', ', (array)$recipient_links );1218 return implode( ', ', $recipient_links ); 1219 1219 } 1220 1220
Note: See TracChangeset
for help on using the changeset viewer.