Making WordPress.org


Ignore:
Timestamp:
08/06/2020 08:35:29 AM (6 years ago)
Author:
dd32
Message:

Plugin Directory: Rename the classes added in [10121] and [10122].

See #5351.

File:
1 edited

Legend:

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

    r10121 r10125  
    33
    44use WP_User;
    5 use WordPressdotorg\Plugin_Directory\Email\Committer_Added_Notification;
    6 use WordPressdotorg\Plugin_Directory\Email\Support_Rep_Added_Notification;
     5use WordPressdotorg\Plugin_Directory\Email\Committer_Added as Committer_Added_Email;
     6use WordPressdotorg\Plugin_Directory\Email\Support_Rep_Added as Support_Rep_Added_Email;
    77
    88/**
     
    218218            $existing_committers[] = $user->user_login;
    219219
    220             $email = new Committer_Added_Notification(
     220            $email = new Committer_Added_Email(
    221221                $plugin_slug,
    222222                $existing_committers,
     
    385385
    386386        if ( $should_notify ) {
    387             $email = new Support_Rep_Added_Notification(
     387            $email = new Support_Rep_Added_Email(
    388388                $plugin_slug,
    389389                $committers,
Note: See TracChangeset for help on using the changeset viewer.