Changeset 47581 for branches/5.4
- Timestamp:
- 04/14/2020 11:32:08 AM (5 years ago)
- Location:
- branches/5.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.4
-
branches/5.4/src/wp-mail.php
r47198 r47581 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.