Opened 19 months ago
Last modified 18 months ago
#19112 new defect (bug)
Minor fix in category-template.php
| Reported by: |
|
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)
Change History (6)
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
SergeyBiryukov — 18 months ago
Related: #18218
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.

Why does it matter, though?