Changeset 51116 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 06/08/2021 10:37:34 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r51027 r51116 2135 2135 } 2136 2136 2137 // The posts page can't be edited in the block editor.2138 if ( absint( get_option( 'page_for_posts' ) ) === $post->ID && empty( $post->post_content ) ) {2139 return false;2140 }2141 2142 2137 $use_block_editor = use_block_editor_for_post_type( $post->post_type ); 2143 2138
Note: See TracChangeset
for help on using the changeset viewer.