Uncheck rows on comments page when hiding rows so as to not affect it by Bulk edits. Fixes #12365

git-svn-id: http://svn.automattic.com/wordpress/trunk@14143 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
dd32
2010-04-18 07:37:45 +00:00
parent 8fe91a75b5
commit 5cd73bf182
3 changed files with 4 additions and 2 deletions

View File

@@ -49,6 +49,8 @@ setCommentsList = function() {
el = $('#comment-' + id);
note = $('#' + action + '-undo-holder').html();
el.find('.check-column :checkbox').attr('checked', ''); // Uncheck the row so as not to be affected by Bulk Edits.
if ( el.siblings('#replyrow').length && commentReply.cid == id )
commentReply.close();

File diff suppressed because one or more lines are too long