Get rid of in favor of . Fixes #15607. See #15580

git-svn-id: http://svn.automattic.com/wordpress/trunk@16617 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
scribu
2010-11-29 20:15:04 +00:00
parent f2bad7cd38
commit 6eff593e14
8 changed files with 14 additions and 24 deletions

View File

@@ -395,6 +395,7 @@ commentReply = {
post.content = $('#replycontent').val();
post.id = post.comment_post_ID;
post.comments_listing = this.comments_listing;
post.p = $('[name=p]').val();
$.ajax({
type : 'POST',