Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #26553, comment 21


Ignore:
Timestamp:
02/09/2015 08:55:34 PM (8 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26553, comment 21

    initial v1  
    33[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()`.
    44
    5 [attachment:26553.2.diff] does the latter. That still does not resolve #13651, just sets a correct default value.
     5[attachment:26553.2.diff] does the latter. That still does not resolve #13651 for all themes, just sets a correct default value.