Update MIGRATION.md
This commit is contained in:
parent
972d953bd4
commit
f916028a43
@ -149,7 +149,8 @@ function fictioneer_migrate_chapters( $query_args = [], $story_args = [], $previ
|
||||
// Update story post (triggers hooked actions)
|
||||
wp_update_post(
|
||||
array(
|
||||
'ID' => $story_id
|
||||
'ID' => $story_id,
|
||||
'post_type' => 'fcn_story'
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user