Changeset 10125 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-tools.php
- Timestamp:
- 08/06/2020 08:35:29 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-tools.php
r10121 r10125 3 3 4 4 use WP_User; 5 use WordPressdotorg\Plugin_Directory\Email\Committer_Added _Notification;6 use WordPressdotorg\Plugin_Directory\Email\Support_Rep_Added _Notification;5 use WordPressdotorg\Plugin_Directory\Email\Committer_Added as Committer_Added_Email; 6 use WordPressdotorg\Plugin_Directory\Email\Support_Rep_Added as Support_Rep_Added_Email; 7 7 8 8 /** … … 218 218 $existing_committers[] = $user->user_login; 219 219 220 $email = new Committer_Added_ Notification(220 $email = new Committer_Added_Email( 221 221 $plugin_slug, 222 222 $existing_committers, … … 385 385 386 386 if ( $should_notify ) { 387 $email = new Support_Rep_Added_ Notification(387 $email = new Support_Rep_Added_Email( 388 388 $plugin_slug, 389 389 $committers,
Note: See TracChangeset
for help on using the changeset viewer.