Make WordPress Core

Changeset 31844


Ignore:
Timestamp:
03/20/2015 02:41:33 AM (11 years ago)
Author:
SergeyBiryukov
Message:

Remove leading newlines from two translatable strings.

fixes #29480.

File:
1 edited

Legend:

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

    r31829 r31844  
    31663166                $site_title = wp_specialchars_decode( get_bloginfo( 'name' ), ENT_QUOTES );
    31673167                if ( $failures ) {
    3168                         $body[] = trim( __( "
    3169 BETA TESTING?
     3168                        $body[] = trim( __(
     3169"BETA TESTING?
    31703170=============
    31713171
     
    31843184                }
    31853185
    3186                 $body[] = trim( __( '
    3187 UPDATE LOG
     3186                $body[] = trim( __(
     3187'UPDATE LOG
    31883188==========' ) );
    31893189                $body[] = '';
Note: See TracChangeset for help on using the changeset viewer.