Making WordPress.org


Ignore:
Timestamp:
10/27/2015 10:43:57 AM (9 years ago)
Author:
obenland
Message:

WP.org Themes: Revert [2006].

Investigation revealed that it should be fixed by updating my sandbox with the
recent db changes.

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

File:
1 edited

Legend:

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

    r2006 r2014  
    390390    $content .= 'https://make.wordpress.org/themes';
    391391
    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' );
     392    wp_mail( get_user_by( 'id', $post->post_author )->user_email, $subject, $content, 'From: themes@wordpress.org' );
    394393}
    395394add_action( 'wporg_themes_update_version_live', 'wporg_themes_approve_version', 10, 3 );
Note: See TracChangeset for help on using the changeset viewer.