Changeset 13905 for trunk/src/bp-core/classes/class-bp-email.php
- Timestamp:
- 06/04/2024 10:47:30 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-email.php
r13892 r13905 197 197 $this->set_from( $from_address, $from_name ); 198 198 $this->set_reply_to( bp_get_option( 'admin_email' ), $from_name ); 199 200 // Prefer HTML emails unless filtered to plaintext. 201 $this->set_content_type( $this->content_type ); 199 202 200 203 /**
Note: See TracChangeset
for help on using the changeset viewer.