Make WordPress Core

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#38862 closed defect (bug) (fixed)

Remove method names from translation string

Reported by: ramiy's profile ramiy Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 4.7 Priority: normal
Severity: normal Version: 4.7
Component: I18N Keywords:
Focuses: Cc:

Description

Replace "Use WP_Image_Editor::rotate" and "Use WP_Image_Editor::flip" with "Use %s". Method names should not be translatable, they should be hardcoded. To prevent PTE's accidentally misspell the method name and mislead users/developers.

Attachments (2)

use.png (22.7 KB) - added by ramiy 8 years ago.
38862.patch (1.0 KB) - added by ramiy 8 years ago.

Download all attachments as: .zip

Change History (6)

@ramiy
8 years ago

@ramiy
8 years ago

#1 @SergeyBiryukov
8 years ago

  • Milestone changed from Awaiting Review to 4.7

#2 @SergeyBiryukov
8 years ago

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

In 39314:

I18N: Remove unnecessary __() calls in _rotate_image_resource() and _flip_image_resource().

Use _deprecated_function()'s native strings.

Props ramiy.
Fixes #38862.

#3 @SergeyBiryukov
8 years ago

In 39315:

I18N: Add translator comments for strings in _deprecated_*() functions.

See #38862.

#4 @SergeyBiryukov
8 years ago

In 39316:

I18N: Use 'WordPress hook name' instead of 'PHP hook name' in translator comments added in [39315].

See #38862.

Note: See TracTickets for help on using tickets.