Making WordPress.org

Changeset 2695


Ignore:
Timestamp:
03/04/2016 01:57:18 PM (10 years ago)
Author:
Otto42
Message:

Theme Directory: rm debug emails for auto approvals. Leave other one in place until it occurs.

File:
1 edited

Legend:

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

    r2691 r2695  
    617617                $this->trac->ticket_update( $ticket_id, 'Theme Update for existing Live theme - automatically reviewed', array( 'action' => 'review' ), false );
    618618                $this->trac->ticket_update( $ticket_id, 'Theme Update for existing Live theme - automatically approved', array( 'action' => 'approve_and_live' ), false );
    619                 // temporary debugging - email otto about it TODO remove this after testing
    620                 wp_mail( 'otto@wordpress.org', 'Theme update auto approval '. $ticket_id, 'https://themes.trac.wordpress.org/ticket/' . $ticket_id, 'From: themes@wordpress.org' );
    621 
    622619            }
    623620
Note: See TracChangeset for help on using the changeset viewer.