diff --git a/src/wp-admin/edit-form-blocks.php b/src/wp-admin/edit-form-blocks.php index 1ed9fb0792..f85503d575 100644 --- a/src/wp-admin/edit-form-blocks.php +++ b/src/wp-admin/edit-form-blocks.php @@ -86,7 +86,7 @@ if ( 'auto-draft' === $post->post_status ) { $initial_edits['title'] = $post->post_title; } - if ( post_type_supports( $post->post_type, 'content' ) ) { + if ( post_type_supports( $post->post_type, 'editor' ) ) { $initial_edits['content'] = $post->post_content; }