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

git-svn-id: https://develop.svn.wordpress.org/trunk@16617 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
scribu
2010-11-29 20:15:04 +00:00
parent 41162fb44d
commit 907353550e
8 changed files with 14 additions and 24 deletions
+1
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',