Making WordPress.org

Changeset 2006


Ignore:
Timestamp:
10/25/2015 07:48:05 PM (9 years ago)
Author:
ocean90
Message:

Themes Directory: Don't send a mail if a theme got approved, pending investigation.

See https://wordpress.slack.com/archives/meta/p1445792957000188.

File:
1 edited

Legend:

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

    r1930 r2006  
    390390    $content .= 'https://make.wordpress.org/themes';
    391391
    392     wp_mail( get_user_by( 'id', $post->post_author )->user_email, $subject, $content, 'From: themes@wordpress.org' );
     392    // Disabled, see https://wordpress.slack.com/archives/meta/p1445792957000188
     393    //wp_mail( get_user_by( 'id', $post->post_author )->user_email, $subject, $content, 'From: themes@wordpress.org' );
    393394}
    394395add_action( 'wporg_themes_update_version_live', 'wporg_themes_approve_version', 10, 3 );
Note: See TracChangeset for help on using the changeset viewer.