Making WordPress.org


Ignore:
Timestamp:
03/11/2021 02:57:15 AM (5 years ago)
Author:
dd32
Message:

Theme Directory: Give emails the directory send a proper sender name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php

    r10806 r10807  
    883883                                        'owner'     => '',
    884884                                ) );
    885 
    886                                 // temporary debugging - email Otto when this specific branch occurs TODO remove this after testing
    887                                 wp_mail( 'otto@wordpress.org', 'Theme ticket creation '. $ticket_id, 'https://themes.trac.wordpress.org/ticket/' . $ticket_id, 'From:       themes@wordpress.org' );
    888885                        }
    889886
     
    11411138                }
    11421139
    1143                 wp_mail( $this->author->user_email, $email_subject, $email_content, 'From: themes@wordpress.org' );
     1140                wp_mail( $this->author->user_email, $email_subject, $email_content, 'From: "WordPress Theme Directory" <themes@wordpress.org>' );
    11441141        }
    11451142
Note: See TracChangeset for help on using the changeset viewer.