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:
parent
1f169578f9
commit
803dd8b7c2
|
@ -199,7 +199,7 @@ inlineEditPost = {
|
||||||
|
|
||||||
params = {
|
params = {
|
||||||
action: 'inline-save',
|
action: 'inline-save',
|
||||||
post_type: this.type,
|
post_type: typenow,
|
||||||
post_ID: id,
|
post_ID: id,
|
||||||
edit_date: 'true',
|
edit_date: 'true',
|
||||||
post_status: page
|
post_status: page
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue