diff --git a/wp-includes/post-functions.php b/wp-includes/post-functions.php index 13db984fe4..5687e34ad6 100644 --- a/wp-includes/post-functions.php +++ b/wp-includes/post-functions.php @@ -2951,7 +2951,6 @@ function wp_insert_post( $postarr, $wp_error = false ) { $maybe_empty = 'attachment' !== $post_type && ! $post_content && ! $post_title && ! $post_excerpt - && ! $update && post_type_supports( $post_type, 'editor' ) && post_type_supports( $post_type, 'title' ) && post_type_supports( $post_type, 'excerpt' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 8c6a6d5b98..adb09016a0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-beta3-35622'; +$wp_version = '4.4-beta3-35623'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.