[wp-trac] [WordPress Trac] #26614: Plural forms for "See more" string on Dashboard
WordPress Trac
noreply at wordpress.org
Fri Dec 13 21:20:47 UTC 2013
#26614: Plural forms for "See more" string on Dashboard
---------------------------------+-----------------------------
Reporter: SergeyBiryukov | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Future Release
Component: I18N | Version: 3.8
Severity: normal | Resolution:
Keywords: has-patch 3.9-early |
---------------------------------+-----------------------------
Comment (by SergeyBiryukov):
The maximum number of posts to display is 5, hardcoded in
`wp_dashboard_site_activity()`:
[source:tags/3.8/src/wp-admin/includes/dashboard.php#L516]
If you have more than 5 posts, the link always says "See 3 more".
However, if you have 3 or 4 posts, the link says "See 1 more" and "See 2
more", so the plural forms are still needed.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/26614#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list