Use correct field name. fixes menu ordering issues. props filosofo, fixes #13256.

git-svn-id: https://develop.svn.wordpress.org/trunk@14454 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-05-04 21:28:31 +00:00
parent 15eb5cc5d3
commit 14c06f5e81
2 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ var WPNavMenuHandler = function ($) {
while( parent.menuItemDepth() != depth - 1 ) {
parent = parent.prev();
}
input.val( parent.find('.menu-item-data-object-id').val() );
input.val( parent.find('.menu-item-data-db-id').val() );
}
});
},

File diff suppressed because one or more lines are too long