Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #21095, comment 9


Ignore:
Timestamp:
02/20/2014 11:53:19 AM (11 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21095, comment 9

    initial v1  
    55
    66WP doesnt send html, it sends text but mail type (header) is changed to HTML.
    7 
     7{{{
    88function html_laiskai(){
    99    return "text/html";
    1010}
    11 
    1211add_filter( 'wp_mail_content_type','html_laiskai' );
     12}}}