Make WordPress Core

Opened 13 years ago

Closed 11 years ago

Last modified 11 years ago

#19112 closed defect (bug) (duplicate)

Minor fix in category-template.php

Reported by: ramiy's profile ramiy Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.2.1
Component: I18N Keywords: has-patch
Focuses: 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 13 years ago.

Download all attachments as: .zip

Change History (8)

@ramiy
13 years ago

#1 @nacin
13 years ago

  • Version changed from 3.3 to 3.2.1

Why does it matter, though?

#2 @ramiy
13 years ago

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.

#3 follow-up: @SergeyBiryukov
13 years ago

Related: #18218

#4 in reply to: ↑ 3 @ramiy
13 years 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.

#5 @ramiy
13 years ago

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

#6 @c3mdigital
11 years ago

  • Component changed from Taxonomy to I18N
  • Resolution set to duplicate
  • Status changed from new to closed

category-template.php is covered in #18218, closing as duplicate.

#7 @markoheijnen
11 years ago

  • Milestone Awaiting Review deleted

Clearing out the milestones for closed tickets on Awaiting Review

Note: See TracTickets for help on using tickets.