Make WordPress Core

Opened 6 years ago

Closed 6 years ago

#47038 closed defect (bug) (fixed)

i18n: Merge similar translation strings in meta widget

Reported by: ramiy's profile ramiy Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 5.3 Priority: normal
Severity: normal Version:
Component: Widgets Keywords: has-screenshots has-patch
Focuses: administration Cc:

Description

See the attached patch.

Attachments (2)

47038.png (23.9 KB) - added by ramiy 6 years ago.
47038.patch (583 bytes) - added by ramiy 6 years ago.

Download all attachments as: .zip

Change History (5)

@ramiy
6 years ago

@ramiy
6 years ago

#1 @ramiy
6 years ago

  • Keywords has-screenshots has-patch added

This is simple fix. We don't really need a context here. I replace _x() with a regular __() function.

#2 @SergeyBiryukov
6 years ago

  • Milestone changed from Awaiting Review to 5.3

Introduced in [19823] / [19829] / [19838], context added in [23424].

I agree, it doesn't seem necessary here.

#3 @SergeyBiryukov
6 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 45436:

I18N: Remove unnecessary context for "WordPress.org" string in WP_Widget_Meta.

Props ramiy.
Fixes #47038.

Note: See TracTickets for help on using tickets.