Make WordPress Core

Opened 15 years ago

Closed 13 years ago

Last modified 13 years ago

#19112 closed defect (bug) (duplicate)

Minor fix in category-template.php

Reported by: ramiy Owned by:
Priority: normal Milestone:
Component: I18N Version: 3.2.1
Severity: normal Keywords: has-patch
Cc: Focuses:

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 15 years ago.

Download all attachments as: .zip

Change History (8)

@ramiy
15 years ago

#1 @nacin
15 years ago

  • Version 3.33.2.1

Why does it matter, though?

#2 @ramiy
15 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
15 years ago

Related: #18218

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

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

#6 @c3mdigital
13 years ago

  • Component TaxonomyI18N
  • Resolutionduplicate
  • Status newclosed

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

#7 @markoheijnen
13 years ago

  • Milestone Awaiting Review

Clearing out the milestones for closed tickets on Awaiting Review

Note: See TracTickets for help on using tickets.