[wp-trac] [WordPress Trac] #50350: Provide plugin and theme versions informations in auto-updates email notifications

WordPress Trac noreply at wordpress.org
Mon Jun 15 15:59:09 UTC 2020


#50350: Provide plugin and theme versions informations in auto-updates email
notifications
-----------------------------+---------------------
 Reporter:  audrasjb         |       Owner:  (none)
     Type:  enhancement      |      Status:  new
 Priority:  normal           |   Milestone:  5.5
Component:  Upgrade/Install  |     Version:
 Severity:  normal           |  Resolution:
 Keywords:  needs-patch      |     Focuses:
-----------------------------+---------------------

Comment (by stuffradio):

 Further to discussions on #50628,

 I agree it would sound more professional to change the word "Howdy", to
 "Hello".

 So instead of something like


 {{{#!php
 <?php
                         $body[]  = sprintf(
                                 /* translators: %s: Home URL. */
                                 __( 'Howdy! Failures occurred when
 attempting to update plugins/themes on your site at %s.', 'wp-autoupdates'
 ),
                                 home_url()
                         );
 }}}

 We would instead have something like

 {{{#!php
 <?php
                         $body[]  = sprintf(
                                 /* translators: %s: Home URL. */
                                 __( 'Hello,', 'wp-autoupdates' )
                         );
                         $body[] = "\n";
                         $body[]  = sprintf(
                                 /* translators: %s: Home URL. */
                                 __( 'Failures occurred when attempting to
 update plugins/themes on your site at %s.', 'wp-autoupdates' ),
                                 home_url()
                         );
 }}}
 @audrasjb

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/50350#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list