Ticket #28306: 28306.patch
| File 28306.patch, 1.2 KB (added by , 12 years ago) |
|---|
-
src/wp-admin/includes/class-wp-upgrader.php
2532 2532 2533 2533 $site_title = wp_specialchars_decode( get_bloginfo( 'name' ), ENT_QUOTES ); 2534 2534 if ( $failures ) { 2535 $body[] = __( "2535 $body[] = trim( __( " 2536 2536 BETA TESTING? 2537 2537 ============= 2538 2538 … … 2542 2542 * Open a thread in the support forums: https://wordpress.org/support/forum/alphabeta 2543 2543 * Or, if you're comfortable writing a bug report: http://core.trac.wordpress.org/ 2544 2544 2545 Thanks! -- The WordPress Team" ); 2545 Thanks! -- The WordPress Team" ) ); 2546 $body[] = ''; 2546 2547 2547 2548 $subject = sprintf( __( '[%s] There were failures during background updates' ), $site_title ); 2548 2549 } else { … … 2549 2550 $subject = sprintf( __( '[%s] Background updates have finished' ), $site_title ); 2550 2551 } 2551 2552 2552 $ title = __( 'UPDATE LOG' );2553 $body[] = $title; 2554 $body[] = str_repeat( '=', strlen( $title) );2553 $body[] = trim( __( ' 2554 UPDATE LOG 2555 ==========' ) ); 2555 2556 $body[] = ''; 2556 2557 2557 2558 foreach ( array( 'core', 'plugin', 'theme', 'translation' ) as $type ) {