Changeset 11895 for trunk/src/bp-core/classes/class-bp-email.php
- Timestamp:
- 03/07/2018 12:27:57 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-email.php
r10696 r11895 247 247 // Special-case to fill the $template with the email $content. 248 248 case 'add-content': 249 $retval = str_replace( '{{{content}}}', nl2br( $this->get_content( 'replace-tokens' ) ), $retval );249 $retval = str_replace( '{{{content}}}', wpautop( $this->get_content( 'replace-tokens' ) ), $retval ); 250 250 // Fall through. 251 251
Note: See TracChangeset
for help on using the changeset viewer.