Making WordPress.org


Ignore:
Timestamp:
05/25/2016 03:36:24 PM (10 years ago)
Author:
obenland
Message:

Plugin Directory: Keep branding consistent between Core and Directory.

H/t dd32.
Fixes #1690.

File:
1 edited

Legend:

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

    r3178 r3250  
    112112
    113113        // Send email.
    114         $subject = sprintf( __( '[WordPress.org Plugins] %s has been approved!', 'wporg-plugins' ), $post->post_title );
     114        $subject = sprintf( __( '[WordPress Plugin Directory] %s has been approved!', 'wporg-plugins' ), $post->post_title );
    115115
    116116        /* Translators: Plugin name. */
     
    130130        $content .= "https://wordpress.org/plugins/about/validator/\n\n\n";
    131131
    132         $content .= __( 'The WordPress.org Plugins Team', 'wporg-plugins' ) . "\n";
     132        $content .= __( 'The WordPress Plugin Directory Team', 'wporg-plugins' ) . "\n";
    133133        $content .= 'https://make.wordpress.org/plugins';
    134134
     
    151151        // Send email.
    152152        $email   = get_user_by( 'id', $post->post_author )->user_email;
    153         $subject = sprintf( __( '[WordPress.org Plugins] %s has been rejected', 'wporg-plugins' ), $post->post_title );
     153        $subject = sprintf( __( '[WordPress Plugin Directory] %s has been rejected', 'wporg-plugins' ), $post->post_title );
    154154
    155155        /* Translators: Plugin name. */
    156156        $content  = sprintf( __( 'Unfortunately your plugin hosting request for %s has been rejected.', 'wporg-plugins' ), $post->post_title ). "\n\n\n";
    157         $content .= __( 'The WordPress.org Plugins Team', 'wporg-plugins' ) . "\n";
     157        $content .= __( 'The WordPress Plugin Directory Team', 'wporg-plugins' ) . "\n";
    158158        $content .= 'https://make.wordpress.org/plugins';
    159159
Note: See TracChangeset for help on using the changeset viewer.