Changeset 28537 for trunk/src/wp-admin/includes/class-wp-upgrader.php
- Timestamp:
- 05/22/2014 09:40:36 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r28496 r28537 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 ============= … … 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 ); … … 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
Note: See TracChangeset
for help on using the changeset viewer.