Ticket #26471: 26471.diff
| File 26471.diff, 838 bytes (added by , 13 years ago) |
|---|
-
wp-admin/includes/class-wp-upgrader.php
2389 2389 2390 2390 Thanks! -- The WordPress Team" ); 2391 2391 2392 $subject = sprintf( __( '[%s] There were failures during background updates' ), get_bloginfo( 'name') );2392 $subject = sprintf( __( '[%s] There were failures during background updates' ), wp_specialchars_decode( get_bloginfo( 'name' ), ENT_QUOTES ) ); 2393 2393 } else { 2394 $subject = sprintf( __( '[%s] Background updates have finished' ), get_bloginfo( 'name') );2394 $subject = sprintf( __( '[%s] Background updates have finished' ), wp_specialchars_decode( get_bloginfo( 'name' ), ENT_QUOTES ) ); 2395 2395 } 2396 2396 2397 2397 $body[] = __( 'UPDATE LOG' );
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)