Making WordPress.org

Changeset 13889

Timestamp:
07/09/2024 06:43:43 AM (4 weeks ago)
Author:
dd32
Message:

Plugin Directory: Release Confirmation: Tweak the text in the email notification about a new release requiring action.

File:
1 edited

Legend:

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

    r12587 r13889  
    2727%2$s has committed a new version of %3$s - %4$s.
    2828
    29 An email confirmation is required before the new version will be released.
     29Ation is required before the new version will be released.
    3030
    3131Follow the link below to login and confirm the release.
    3232
    33 <%5$s>', 'wporg-plugins' ),
     33<%5$s>
     34
     35This notice has been sent to all plugin committers.', 'wporg-plugins' ),
    3436            $this->user_text( $this->user ),
    3537            $this->user_text( $this->args['who'] ),
    3638            $this->args['readme']->name,
    3739            $this->args['version'] ?? $this->args['headers']->Version,
    38             esc_url( Release_Confirmation_Shortcode::generate_access_url( $this->user ) )
     40            esc_url( Release_Confirmation_Shortcode::generate_access_url( $this->user ) )
    3941        );
    4042    }
Note: See TracChangeset for help on using the changeset viewer.