[wp-trac] [WordPress Trac] #26553: Remove title attributes: comment-template.php
WordPress Trac
noreply at wordpress.org
Mon Feb 9 20:55:05 UTC 2015
#26553: Remove title attributes: comment-template.php
--------------------------+----------------------------
Reporter: joedolson | Owner: joedolson
Type: defect (bug) | Status: reopened
Priority: high | Milestone: 4.2
Component: Comments | Version:
Severity: normal | Resolution:
Keywords: has-patch | Focuses: accessibility
--------------------------+----------------------------
Comment (by SergeyBiryukov):
[31389] missed the ticket.
[31388] changed the `%` in `__( '% Comments' )` (later replaced in
[source:tags/4.1/src/wp-includes/comment-template.php#L766
get_comments_number_text()]) to the actual number. We should either
continue to use `%` and leave the i18n issues for #13651, or use `_n()`
and add `number_format_i18n()`.
[attachment:26553.2.diff] does the latter. That still does not resolve
#13651, just sets a correct default value.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/26553#comment:21>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list