mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
Dion Hulse
eae3e61822
Comments: Always respect
$comments
array passed to wp_list_comments()
.
[36157] fixed a bug whereby `wp_list_comments()` would not properly recognize custom pagination arguments. See #35175. However, it inadvertently introduced a bug that caused any `$comments` array explicitly passed to the function to be ignored, when that array was accompanied by pagination arguments that differ from those in `$wp_query`. We address this bug by moving the logic introduced in [36157] inside a block that only fires when no `$comments` array has been provided to the function. Merges [36276] to the 4.4 branch. Props ivankristianto, boonebgorges. Fixes #35356. git-svn-id: https://develop.svn.wordpress.org/branches/4.4@36356 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
81.4%
CSS
8.9%
JavaScript
8.2%
SCSS
0.8%
HTML
0.7%