Make WordPress Core


Ignore:
Timestamp:
07/02/2014 12:45:31 PM (11 years ago)
Author:
SergeyBiryukov
Message:

Remove non-breaking spaces from auto update email text.

props trepmal.
fixes #28715.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-upgrader.php

    r28629 r28956  
    23852385        if ( $critical_support ) {
    23862386            // Support offer if available.
    2387             $body .= "\n\n" . sprintf( __( "The WordPress team is willing to help you. Forward this email to %s and the team will work with you to make sure your site is working." ), $core_update->support_email );
     2387            $body .= "\n\n" . sprintf( __( "The WordPress team is willing to help you. Forward this email to %s and the team will work with you to make sure your site is working." ), $core_update->support_email );
    23882388        } else {
    23892389            // Add a note about the support forums.
Note: See TracChangeset for help on using the changeset viewer.