diff --git a/wp-includes/post.php b/wp-includes/post.php index ebb1799ee..cb5f5db1c 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -507,7 +507,7 @@ function wp_insert_post($postarr = array()) { $ping_status = apply_filters('ping_status_pre', $ping_status); } - if ( ('' == $post_content) && ('' == $post_title) ) + if ( ('' == $post_content) && ('' == $post_title) && ('' == $post_excerpt) ) return 0; // Make sure we set a valid category