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

git-svn-id: http://svn.automattic.com/wordpress/trunk@13292 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2010-02-22 17:21:33 +00:00
parent 1f169578f9
commit 803dd8b7c2
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