Ticket #49853: 49853.2.diff
File 49853.2.diff, 334 bytes (added by , 5 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