Fix updating of custom fields, fixes #17483

git-svn-id: https://develop.svn.wordpress.org/trunk@17981 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-05-21 14:38:56 +00:00
parent ae2bf93559
commit c81d44279d
3 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -344,8 +344,7 @@ wpList = {
else
list.append(e);
} else if ( 0 === $('#' + s.element).size() ) {
} else if ( 'comment' != s.what || 0 === $('#' + s.element).length ) {
if ( s.pos < 0 ) {
list.prepend(e);
} else {