Changeset 52231
- Timestamp:
- 11/22/2021 08:40:26 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-blocks.php
r52230 r52231 87 87 } 88 88 89 if ( post_type_supports( $post->post_type, ' content' ) ) {89 if ( post_type_supports( $post->post_type, 'editor' ) ) { 90 90 $initial_edits['content'] = $post->post_content; 91 91 }
Note: See TracChangeset
for help on using the changeset viewer.