Changeset 12427
- Timestamp:
- 08/08/2019 08:16:35 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-functions.php
r12324 r12427 3226 3226 $delivery_class = apply_filters( 'bp_send_email_delivery_class', 'BP_PHPMailer', $email_type, $to, $args ); 3227 3227 if ( ! class_exists( $delivery_class ) ) { 3228 return new WP_Error( 'missing_class', __CLASS__, $this );3228 return new WP_Error( 'missing_class', 'No class found by that name', $delivery_class ); 3229 3229 } 3230 3230
Note: See TracChangeset
for help on using the changeset viewer.