Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #37103, comment 9


Ignore:
Timestamp:
11/30/2016 05:17:03 PM (8 years ago)
Author:
keesiemeijer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37103, comment 9

    initial v1  
    1 In [attachment:37103.patch] the `%` character is replaced by `__PERCENT__` in post titles for posts with more than 1 comment. After the comment number replacement is done it's replaced back to `%`.
     1In [attachment:37103.patch] the `%` character is replaced by `__PERCENT__` in the post title for posts with more than 1 comment. After the comment number replacement is done it's replaced back to `%`.
    22
    3 I didn't remove this [https://core.trac.wordpress.org/browser/tags/4.6.1/tests/phpunit/tests/comment/template.php#L109 unit test] as it's (I think) the default behavior for `get_comments_number_text()`. Maybe we should remove the comment though.
     3I didn't remove this [https://core.trac.wordpress.org/browser/tags/4.6.1/tests/phpunit/tests/comment/template.php#L109 unit test] as (I think) it's the default behavior for `get_comments_number_text()`. Maybe we should remove the comment though.