We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18749a4 commit 79c4d9aCopy full SHA for 79c4d9a
src/js/_enqueues/admin/post.js
@@ -97,7 +97,7 @@ window.wp = window.wp || {};
97
* @param {number} total Total number of comments to load.
98
*/
99
load: function(total){
100
- this.st = jQuery('#the-comment-list tr.comment:visible').length;
+ this.st = jQuery('#the-comment-list tr[id^="comment-"]:visible').length;
101
this.get(total);
102
}
103
};
0 commit comments