Handle custom post types in inline edit js. Props jfarthing84. see #9674

git-svn-id: https://develop.svn.wordpress.org/trunk@13292 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2010-02-22 17:21:33 +00:00
parent f07d93ef40
commit ec95afd3ca
2 changed files with 2 additions and 2 deletions

View File

@ -199,7 +199,7 @@ inlineEditPost = {
params = {
action: 'inline-save',
post_type: this.type,
post_type: typenow,
post_ID: id,
edit_date: 'true',
post_status: page

File diff suppressed because one or more lines are too long