Fix replying to comments from admin, props josephscott

git-svn-id: https://develop.svn.wordpress.org/trunk@12071 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-10-20 17:45:12 +00:00
parent 345db2c5f2
commit 7e5f17cd68
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -364,7 +364,7 @@ commentReply = {
$.ajax({
type : 'POST',
url : wpListL10n.url,
url : ajaxurl,
data : post,
success : function(x) { commentReply.show(x); },
error : function(r) { commentReply.error(r); }