- Timestamp:
- 04/14/2020 11:30:35 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-mail.php
r47198 r47580 214 214 $post_title = xmlrpc_getposttitle( $content ); 215 215 216 if ( '' === $post_title) {216 if ( '' === trim( $post_title ) ) { 217 217 $post_title = $subject; 218 218 }
Note: See TracChangeset
for help on using the changeset viewer.