mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user