Fix the Trash quickling in edit-comments.php. See #14637

git-svn-id: http://svn.automattic.com/wordpress/trunk@15508 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
scribu
2010-08-18 22:26:22 +00:00
parent fbca3e400c
commit 071746cc11
5 changed files with 26 additions and 10 deletions

View File

@@ -209,7 +209,7 @@ setCommentsList = function() {
}
theList.get(0).wpList.add( theExtraList.children(':eq(0)').remove().clone() );
// $('#get-extra-comments').submit(); See http://core.trac.wordpress.org/ticket/14637
$('#get-extra-comments').submit();
};
theExtraList = $('#the-extra-comment-list').wpList( { alt: '', delColor: 'none', addColor: 'none' } );