Making WordPress.org


Ignore:
Timestamp:
08/23/2017 06:07:22 PM (7 years ago)
Author:
coffee2code
Message:

Plugin Directory: Add second newline after first sentence/paragraph in approval email.

File:
1 edited

Legend:

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

    r5573 r5834  
    163163
    164164        /* Translators: Plugin name. */
    165         $content  = sprintf( __( 'Congratulations, your plugin hosting request for %s has been approved.', 'wporg-plugins' ), $post->post_title ). "\n";
     165        $content  = sprintf( __( 'Congratulations, your plugin hosting request for %s has been approved.', 'wporg-plugins' ), $post->post_title ). "\n\n";
    166166
    167167        $content .= __( 'Within one hour you will have access to your SVN repository with the WordPress.org username and password you used to log in and submit your request. Your username is case sensitive.', 'wporg-plugins' ) . "\n\n";
Note: See TracChangeset for help on using the changeset viewer.