Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#37796 closed defect (bug) (fixed)

Add translators comments to wp-includes/class-walker-comment.php

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

Description

Ok, this patch not only adds translators comments to the strings, but it also merges the to strings.

The two old strings:

  • <cite class="fn">%s</cite> <span class="says">says:</span>
  • <b class="fn">%s</b> <span class="says">says:</span>

replaced with:

  • %s <span class="says">says:</span>

Attachments (1)

37796.patch (1.6 KB) - added by ramiy 8 years ago.

Download all attachments as: .zip

Change History (4)

@ramiy
8 years ago

#1 @ramiy
8 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
8 years ago

  • Milestone changed from Awaiting Review to 4.7

#3 @SergeyBiryukov
8 years ago

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

In 38342:

I18N: Add translator comments for strings in wp-includes/class-walker-comment.php.

Merge two similar strings.

Props ramiy.
Fixes #37796.

Note: See TracTickets for help on using tickets.