Make WordPress Core

Opened 9 years ago

Closed 9 years ago

#26621 closed defect (bug) (fixed)

"UPDATE LOG" doesn't match the underlining when translated

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 3.9 Priority: low
Severity: trivial Version: 3.8
Component: Upgrade/Install Keywords: has-patch
Focuses: Cc:

Description

Background: #25667

When "UPDATE LOG" is translated, it may not match the length of the hardcoded underlining:

ЖУРНАЛ ОБНОВЛЕНИЯ
==========

We should use str_repeat(), like we do a few lines below:
tags/3.8/src/wp-admin/includes/class-wp-upgrader.php#L2407

Attachments (1)

26621.patch (628 bytes) - added by SergeyBiryukov 9 years ago.

Download all attachments as: .zip

Change History (2)

#1 @SergeyBiryukov
9 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 26883:

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

fixes #26621.

Note: See TracTickets for help on using tickets.