Changeset 2014 for sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/theme-directory.php
- Timestamp:
- 10/27/2015 10:43:57 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/theme-directory.php
r2006 r2014 390 390 $content .= 'https://make.wordpress.org/themes'; 391 391 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' ); 394 393 } 395 394 add_action( 'wporg_themes_update_version_live', 'wporg_themes_approve_version', 10, 3 );
Note: See TracChangeset
for help on using the changeset viewer.