Changeset 43883 for branches/5.0/src/wp-admin/includes/post.php
- Timestamp:
- 11/09/2018 09:43:29 AM (7 years ago)
- File:
-
- 1 edited
-
branches/5.0/src/wp-admin/includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-admin/includes/post.php
r43882 r43883 1894 1894 if ( isset( $_GET['meta-box-loader'] ) ) { 1895 1895 check_admin_referer( 'meta-box-loader' ); 1896 return false; 1897 } 1898 1899 // The posts page can't be edited in the block editor. 1900 if ( absint( get_option( 'page_for_posts' ) ) === $post->ID && empty( $post->post_content ) ) { 1896 1901 return false; 1897 1902 }
Note: See TracChangeset
for help on using the changeset viewer.