Opened 19 months ago

Last modified 18 months ago

#19112 new defect (bug)

Minor fix in category-template.php

Reported by: ramiy Owned by:
Priority: normal Milestone: Awaiting Review
Component: Taxonomy Version: 3.2.1
Severity: normal Keywords: has-patch
Cc:

Description

In wp-includes/category-template.php file, WordPress uses the "View all posts in %s" text to show posts under some category (we can see this text in line 59, 174 177, 184, 197, 200 and in line 207).

But in line 837 WordPress uses a different text - View all posts filed under %s.

This patch is changing that.

Attachments (1)

19112.patch (764 bytes) - added by ramiy 19 months ago.

Download all attachments as: .zip

Change History (6)

ramiy19 months ago

  • Version changed from 3.3 to 3.2.1

Why does it matter, though?

It matters for GlotPress users when translating wordpress. There are too many similar strings, and we have to translate the same string several times. Also, this change will decrease the po/mo files size.

comment:3 follow-up: ↓ 4   SergeyBiryukov18 months ago

Related: #18218

comment:4 in reply to: ↑ 3   ramiy18 months ago

Replying to SergeyBiryukov:

Related: #18218

I completely forgot about this ticket. Changing all the strings in #18218 will dramatically decrease the po/mo files size.

Found one more - #14039. scribu suggest to break #18218 into multiple steps.

Note: See TracTickets for help on using tickets.