mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-02-27 11:12:50 +00:00
WP 4.4 changed the way comment pagination is calculated. See #8071. In the context of `get_comment_link()`, these changes introduced a regression that causes `cpage` (or its pretty-permalink correlate `comment-page-x`) to appear in comment links when comment pagination is disabled. The current changeset fixes the regression. Fixes #34946. git-svn-id: https://develop.svn.wordpress.org/trunk@35933 602fd350-edb4-49c9-b593-d223f7449a82 |
||
|---|---|---|
| .. | ||
| checkComment.php | ||
| commentForm.php | ||
| commentsTemplate.php | ||
| dateQuery.php | ||
| getCommentClass.php | ||
| getCommentCount.php | ||
| getCommentExcerpt.php | ||
| getCommentLink.php | ||
| getCommentsPagesCount.php | ||
| getPageOfComment.php | ||
| metaCache.php | ||
| query.php | ||
| slashes.php | ||
| template.php | ||
| walker.php | ||
| wpCountComments.php | ||