Ticket #49853: 49853.diff
| File 49853.diff, 337 bytes (added by , 6 years ago) |
|---|
-
src/wp-mail.php
213 213 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 } 219 219