Fix placeholder issues when removing comments. props garyc40, fixes #15879.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17081 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -228,6 +228,8 @@ setCommentsList = function() {
|
||||
args.offset = per_page - 1; // fetch only the last item of the next page
|
||||
}
|
||||
|
||||
args.no_placeholder = true;
|
||||
|
||||
args.paged ++;
|
||||
|
||||
listTable.fetch_list(args, function(response) {
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user