Make WordPress Core


Ignore:
Timestamp:
12/31/2013 10:26:37 AM (11 years ago)
Author:
SergeyBiryukov
Message:

Make sure "UPDATE LOG" in debug emails matches the underlining when translated.

fixes #26621.

File:
1 edited

Legend:

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

    r26851 r26883  
    23962396        }
    23972397
    2398         $body[] = __( 'UPDATE LOG' );
    2399         $body[] = '==========';
     2398        $title = __( 'UPDATE LOG' );
     2399        $body[] = $title;
     2400        $body[] = str_repeat( '=', strlen( $title ) );
    24002401        $body[] = '';
    24012402
Note: See TracChangeset for help on using the changeset viewer.