Make WordPress Core

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#37792 closed defect (bug) (fixed)

Error messages in wp-includes/class-wp-xmlrpc-server.php

Reported by: ramiy's profile ramiy Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 4.7 Priority: normal
Severity: normal Version:
Component: Text Changes Keywords: has-patch
Focuses: Cc:

Description

Continuing the work started in #34521.

Some error messages needs the be updated. See the attached patches.

Attachments (3)

37792-periods.patch (3.6 KB) - added by ramiy 8 years ago.
37792-invalid.patch (894 bytes) - added by ramiy 8 years ago.
37792-something-wrong-happened.patch (2.3 KB) - added by ramiy 8 years ago.

Download all attachments as: .zip

Change History (8)

@ramiy
8 years ago

@ramiy
8 years ago

#1 @ramiy
8 years ago

@SergeyBiryukov,

The 1st patch - add missing periods.

The 2nd patch - merge similar translation strings.

The 3nd patch - remove the "Something wrong happened" suffix.

#2 @SergeyBiryukov
8 years ago

  • Milestone changed from Awaiting Review to 4.7
  • Owner set to SergeyBiryukov
  • Status changed from new to reviewing

#3 @ramiy
8 years ago

  • Component changed from I18N to Text Changes
  • Keywords has-patch added

#4 @jorbin
8 years ago

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

In 38509:

Text Changes: Improve Error messages in XML-RPC

Three changes to the error message strings:

  • add some missing periods.
  • merge similar translation strings.
  • remove the "Something wrong happened" suffix.

Fixes #37792.
Props ramiy.

#5 @SergeyBiryukov
8 years ago

In 38510:

I18N: Add translator comments for XML-RPC strings with placeholders.

See #37792.

Note: See TracTickets for help on using tickets.