mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Tests: Fix tests broken in PHP 5.x after [43879].
Props pento. Merges [43883] to trunk. See #45290. git-svn-id: https://develop.svn.wordpress.org/trunk@44242 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2045,6 +2045,11 @@ function use_block_editor_for_post( $post ) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// The posts page can't be edited in the block editor.
|
||||
if ( absint( get_option( 'page_for_posts' ) ) === $post->ID && empty( $post->post_content ) ) {
|
||||
return false;
|
||||
}
|
||||
|
||||
$use_block_editor = use_block_editor_for_post_type( $post->post_type );
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user