Changes between Initial Version and Version 1 of Ticket #37103, comment 9
- Timestamp:
- 11/30/2016 05:17:03 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37103, comment 9
initial v1 1 In [attachment:37103.patch] the `%` character is replaced by `__PERCENT__` in post titlesfor posts with more than 1 comment. After the comment number replacement is done it's replaced back to `%`.1 In [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 `%`. 2 2 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.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 (I think) it's the default behavior for `get_comments_number_text()`. Maybe we should remove the comment though.