f14dc03ad6
[34561] "fixed" the problem of newest-first comments showing fewer than 'per_page' comments on the post permalink when the total number of comments was not divisible by 'per_page'. See #29462. But this fix caused numerous other problems. First, comment pages reported by `get_page_of_comment()` (which expects comment pages to be filled oldest-first) were no longer correct. Second, and more seriously, the new logic caused comments to be shifted between pages, making their permalinks non-permanent. The current changeset reverts the changed behavior. In order to preserve the performance improvements introduced in [34561], an additional query must be performed when 'default_comments_page=newest' and 'cpage=0' (ie, you're viewing the post permalink). A nice side effect of this revert is that we no longer need the hacks required to determine proper comment pagination, introduced in [34561]. See #8071. See #34073. git-svn-id: https://develop.svn.wordpress.org/trunk@34729 602fd350-edb4-49c9-b593-d223f7449a82 |
||
---|---|---|
src | ||
tests | ||
tools/i18n | ||
.editorconfig | ||
.gitignore | ||
.jshintrc | ||
.travis.yml | ||
Gruntfile.js | ||
package.json | ||
phpunit.xml.dist | ||
wp-cli.yml | ||
wp-config-sample.php | ||
wp-tests-config-sample.php |